aboutsummaryrefslogtreecommitdiff
path: root/test/template.html
blob: 0eed0932900c650290d6d1ece64db8900765b878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

<!DOCTYPE html>
<html>
<head><title>Template</title></head>
<body>
<h1>Header</h1>
<p>Name of page (contents of the title element): <span><!-- @<title> --></span></p>

<p>Text from the template. The blue rectangle below should contain the page contents.</p>
<div style="border: 1px solid blue">
<!-- @contents -->
<h2>Template contents</h2>
<p>This text is shown on new pages.</p>
</div>
</body>
</html>