aboutsummaryrefslogtreecommitdiff
path: root/wwwroot/index.html
blob: 8df5563c4662af59cdaabf4e0be37986756ee514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><body>
    <b>INDEX TMPL</b>
    {{ uri }}<br>
    {{ indent(content, 4, false, false) }}
    <br>
    <a href="/blog">blog</a><br>
    <a href="/inherit">blog-with-tmpl-inheritance</a><br>
    <a href="/static">static</a><br>
    <a href="/static/test.txt">/static/test.txt</a><br>
    <a href="/nonexistant">nonexistant url</a><br>
</body></html>