fisk/core/templates/partials/error.html

5 lines
100 B
HTML

{% extends 'base.html' %}
{% block content %}
{% include 'partials/notify.html' %}
{% endblock %}