diff options
Diffstat (limited to 'wwwroot')
-rw-r--r-- | wwwroot/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wwwroot/index.html b/wwwroot/index.html index 9b05eee..07dd49d 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -1,4 +1,5 @@ <html><body> <b>INDEX TMPL</b> - {{ content }} + {{ uri }}<br> + {{ indent(content, 4, false, false) }} </body></html> |