{% extends "base.html" %} {% from "ui/card.html" import card %} {% from "ui/button.html" import button %} {% from "ui/form_field.html" import input_field %} {% from "ui/page_header.html" import page_header %} {% block title %}Anmeldung{% endblock %} {% block content %} {{ page_header("Anmeldung") }} {% call card('auth-card') %}
{% endcall %} {% endblock %}