diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-20 12:15:57 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-20 12:15:57 -0700 |
| commit | b8aec40bdc5cb5a5703113a6a89298d20a2cd896 (patch) | |
| tree | 2236cce971e3dfb02def9a340c655f69f96eeb9d /templates/outline.html.template | |
| parent | 4f374aedfc0b70f1472fa357ac3d17ccecf70aff (diff) | |
| download | roseh.moe-b8aec40bdc5cb5a5703113a6a89298d20a2cd896.tar.zst | |
Add support for a private notepad
Diffstat (limited to 'templates/outline.html.template')
| -rw-r--r-- | templates/outline.html.template | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/outline.html.template b/templates/outline.html.template index 1dbc621..9bea270 100644 --- a/templates/outline.html.template +++ b/templates/outline.html.template @@ -1,11 +1,10 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>{{template "title" .}}</title> <link rel="icon" href="/static/icon.webp"> <link rel="stylesheet" href="/static/styles.css"> + + {{template "head" .}} </head> - <body> -{{template "body" .}} - </body> + <body>{{template "body" .}}</body> </html> |
