diff options
Diffstat (limited to 'wwwroot/pages.html')
-rw-r--r-- | wwwroot/pages.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wwwroot/pages.html b/wwwroot/pages.html new file mode 100644 index 0000000..311f325 --- /dev/null +++ b/wwwroot/pages.html @@ -0,0 +1,6 @@ +## include "00_header.tmpl" +{{- indent(uri, 4, false, true) -}} + +{{- indent(content, 8, false, true) -}} + +## include "01_footer.tmpl" |