Files
snikket-web-portal/snikket_web/templates/app.html
2021-01-28 18:53:03 +01:00

9 lines
232 B
HTML

{% extends "unauth.html" %}
{% from "library.j2" import avatar with context %}
{% block head_lead %}
<title>{% trans %}Snikket Web Portal{% endtrans %}</title>
{% endblock %}
{% block topbar_right %}
{{- super() -}}
{%- endblock %}