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