diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 14:35:37 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:21:05 +0200 |
| commit | 25cf78720efb544c0c2516d1a4137035878b6a2e (patch) | |
| tree | b81d32d9a14e95d6b1b35e0ac61d16c9b996aae7 /templates/page.html | |
| parent | 9ee2b0f19c4f50c10c18a0cc416d4981ed786af1 (diff) | |
Add linklog
Diffstat (limited to 'templates/page.html')
| -rw-r--r-- | templates/page.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/page.html b/templates/page.html index 786b800..c6be731 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,6 @@ -{% extends "base.html" %} {% import "macros.html" as macros %} {% block content -%} +{% extends "base.html" %} +{% import "macros.html" as macros %} +{% block content %} <h1> {{ page.title }}<br /> |
