diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-11-15 14:01:23 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-11-15 14:01:23 +0100 |
commit | 431906aec271735ffbfa1e8aaf90fc8bcc89598d (patch) | |
tree | b98581b0254900e8cb902f1da64227f423333160 /wwwroot/index.html | |
parent | 91dc9732ce54ba7298667be85c57e7d94d2f83b1 (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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> |