mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
12 lines
253 B
HTML
12 lines
253 B
HTML
{% extends "htmx-theme/templates/base.html" %}
|
|
|
|
{% block title %}
|
|
{% set html_title = "</> htmx ~ 404 Not found " %}
|
|
{% endblock title %}
|
|
|
|
{% block content %}
|
|
<h1 style="margin-bottom: 500px;">
|
|
404 Not Found
|
|
</h1>
|
|
{% endblock content %}
|