diff options
Diffstat (limited to 'wwwroot/index.html')
-rw-r--r-- | wwwroot/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wwwroot/index.html b/wwwroot/index.html index 07dd49d..8df5563 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -1,5 +1,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> |