diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-23 01:32:04 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-11-13 18:23:53 +0100 |
commit | 7985947c4b5624c2211d2851fa69eefba5daf178 (patch) | |
tree | 628582acb41749eac9b61848df3036e770b2d788 /wwwroot/pages.html | |
parent | c2ef613b99d01e742127d894756e49f42b1f264d (diff) |
Initial blog.impl.ccblog.impl.cc
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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" |