1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/acros/templates/404.html
2020-06-15 21:18:26 +02:00

6 lines
151 B
HTML

{% extends 'base.html' %}
{% block heading %}
<h1 class="acronym">Page not found</h1>
{% endblock %}
{% block searchInput %}autofocus{% endblock %}