Sith/core/templates/core/404.jinja

10 lines
121 B
Plaintext
Raw Normal View History

2016-02-01 16:35:55 +00:00
{% extends "core/base.jinja" %}
{% block content %}
2016-07-19 17:03:16 +00:00
<h3>{% trans %}404, Not Found{% endtrans %}</h3>
{% endblock %}