fisk/core/templates/partials/error.html

5 lines
107 B
HTML
Raw Normal View History

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