rpiwebapp-public/templates/error.html

6 lines
74 B
HTML

{% extends "base.html" %}
{% block content %}
{{ e }}
{% endblock %}