This commit is contained in:
Samuel Lorch 2024-05-05 01:32:38 +02:00
parent 6caf1c1828
commit 5e15311d49
3 changed files with 171 additions and 0 deletions

3
tmpl/message.tmpl Normal file
View file

@ -0,0 +1,3 @@
{{template "head"}}
<h2>{{.}}</h2>
{{template "tail"}}