You've already forked snikket-web-portal
9 lines
232 B
HTML
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 %}
|