diff options
Diffstat (limited to 'iss/templates/base.html')
| -rw-r--r-- | iss/templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html index a010f26..708083c 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -9,6 +9,8 @@ <link rel="stylesheet" href="/static/css/tachyons.min.css"> <link rel="stylesheet" href="/static/css/style.css"> <link rel="shortcut icon" href="favicon.ico"/> + {% block extrahead %} + {% endblock %} </head> <body class="bg-near-black near-white"> <div class="pa4 mw8 center"> |
