Add a template_vars block

This commit is contained in:
Andrew Croce
2018-07-30 12:09:30 -04:00
parent 81dff5a907
commit d2e979f387
2 changed files with 20 additions and 3 deletions

View File

@@ -14,6 +14,9 @@
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
</head>
<body class="{% if modalOpen() %} modalOpen{% end %}">
{% block template_vars %}{% end %}
{% include 'navigation/topbar.html.to' %}
<div class='global-layout'>