18 lines
485 B
HTML
18 lines
485 B
HTML
<!-- BEGIN 00-simple-page -->
|
|
<!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>Simple Variable</p>
|
|
<!-- BEGIN 01-simple-component -->
|
|
<p>Simple Variable in Simple Component</p>
|
|
<!-- END 01-simple-component -->
|
|
</body>
|
|
</html>
|
|
<!-- END 00-simple-page -->
|