Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
<meta name="xsrf-token" content="{{ xsrf_token }}">
- <title>{{ hostname }} - {% block title %}{{ _("No title given") }}{% end block %}</title>
+ <title>{{ hostname }} - {% block title %}{{ _("No title given") }}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{{ static_url("css/site.css") }}">
</head>
<a class="navbar-item" href="/users">
{{ _("Users") }}
</a>
- {% end %}
+ {% endif %}
<a class="navbar-item" href="/jobs/queue">
{{ _("Job Queue") }}
</a>
{{ _("Sign In") }}
</a>
</div>
- {% end %}
+ {% endif %}
</div>
</div>
</div>
<div class="container">
{% block container %}
NO CONTENT
- {% end block %}
+ {% endblock %}
</div>
- {% end block %}
+ {% endblock %}
</div>
{# Footer #}