template-nest-go/tests/templates/00-simple-page-alt-delim.html

14 lines
338 B
HTML
Raw Normal View History

2024-11-16 04:13:48 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Simple Page</title>
</head>
<body>
<p>A fairly simple page to test the performance of Template::Nest.</p>
<p><% variable %></p>
<% simple_component %>
</body>
</html>