blob: d95a02cd14ac1ccfb4ab22e239bf0464be542cb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html lang="en">
<head>
:!t | People:!/t
:?src/templates/inner-head.html
</head>
<body>
:?src/templates/nav.html
:?src/templates/body-top.html
<section id="people">
<h2>People:!refpeople:!/ref</h2>
<article>
<section id="glass">
<h3>glass:!refglass:!/ref</h3>
</section>
</article>
</section>
:?src/templates/body-bottom.html
</body>
</html>
|