20 lines
448 B
HTML
20 lines
448 B
HTML
<!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>
|
|
<p>
|
|
This is a simple component on multiple lines.
|
|
</p>
|
|
|
|
<p>
|
|
This is used for fixed-indent testing.
|
|
</p>
|
|
</body>
|
|
</html>
|