blob: f3f6e1da46fae2d878f7b1bc098d71567c1b212f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!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
<article>
<section id="people">
<br>
<div class="card">
<div>
<span class="card-head">
People:!refpeople:!/ref
</span>
<hr>
<div class="card-body">
<p>
The people associated with Infernal Garden.
</p>
</div>
</div>
</div>
<br>
:?src/people/cards/curly/curly.html
</section>
</article>
:?src/templates/body-bottom.html
</body>
</html>
|