v6/site_test/404.html
2025-01-13 15:15:20 -05:00

12 lines
176 B
HTML

{% extends "default" %}
{% block titlevariable %}
{% set title = "Not Found" %}
{% endblock %}
{% block content -%}
<h1 class="headline">404 Not Found</h1>
{%- endblock %}