From 91d14e414fc9c451879e834d7866ad765084a836 Mon Sep 17 00:00:00 2001 From: René Neumann Date: Sat, 10 Feb 2024 23:24:37 +0100 Subject: Add templating --- templ/base.tpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templ/base.tpl (limited to 'templ/base.tpl') diff --git a/templ/base.tpl b/templ/base.tpl new file mode 100644 index 0000000..e88d735 --- /dev/null +++ b/templ/base.tpl @@ -0,0 +1,16 @@ + + + + + {{block "title" .}}Kosten{{end}} + + + +{{block "body" .}} + Dummy Text +{{end}} +{{block "js" .}} + +{{end}} + + \ No newline at end of file -- cgit v1.2.3-70-g09d2