{% extends "base.html" %} {% import "macros.html" as macros %} {% block content %}

Page not found!

{{ macros::btn(link=get_url(path='/') , text="Zurück zur Startseite") }}
{% endblock %}