From 7985947c4b5624c2211d2851fa69eefba5daf178 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 23 Oct 2021 01:32:04 +0200 Subject: Initial blog.impl.cc Signed-off-by: Toni Uhlig --- wwwroot/pages.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wwwroot/pages.html (limited to 'wwwroot/pages.html') 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" -- cgit v1.2.3