diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index b61eea1..2902d19 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,6 +15,7 @@ <link rel="stylesheet" href="/98.css" /> <link rel="stylesheet" href="/style.css" /> <meta charset="UTF-8" /> + {% block headcontent %} {% endblock headcontent %} </head> <body> <header> |
