mirror of
https://github.com/peridotbuild/mothership.git
synced 2024-11-30 08:56:28 +00:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
{% extends "layout.jinja" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h2>{{ status_code }}</h2>
|
||
|
<h4>{{ reason }}</h4>
|
||
|
{% endblock %}
|