v6/site_test/404.html

12 lines
176 B
HTML
Raw Normal View History

2025-01-13 15:13:46 -05:00
{% extends "default" %}
{% block titlevariable %}
{% set title = "Not Found" %}
{% endblock %}
{% block content -%}
<h1 class="headline">404 Not Found</h1>
{%- endblock %}