diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-03 13:41:00 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-03 13:41:00 +0100 |
commit | 13c5a2ab438f2496370ef10e7df8096e30962b66 (patch) | |
tree | 0fdcd94c670000663f776c583f36f4be046377bf /html/templ.html | |
parent | 8f5b41695d0f2b291b4ce3e26ee24c5f26e04cfb (diff) |
paste.Retrieve(). Small changes to the template
Diffstat (limited to 'html/templ.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> |