mothership/mothership_ui/templates/error.jinja

6 lines
113 B
Plaintext
Raw Permalink Normal View History

2023-06-26 17:57:57 +00:00
{% extends "layout.jinja" %}
{% block content %}
<h2>{{ status_code }}</h2>
<h4>{{ reason }}</h4>
{% endblock %}