diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/templ.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html/templ.html b/html/templ.html index 2e86f38..8b951d8 100644 --- a/html/templ.html +++ b/html/templ.html @@ -1,5 +1,12 @@ <body> + <div> + Title: {{TITLE}} + </div> + <div> + Date: {{DATE}} + </div> + <pre> {{CONTENT}} </pre> |