diff options
Diffstat (limited to 'views/base.html')
-rw-r--r-- | views/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/base.html b/views/base.html index be43d69..e105d0c 100644 --- a/views/base.html +++ b/views/base.html @@ -3,6 +3,7 @@ <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/static/base.css" rel="stylesheet"> + {% block head %}{% endblock %} </head> <body> <header class="navbar"> |