mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
12 lines
302 B
HTML
12 lines
302 B
HTML
{% extends "main.html" %}
|
|
|
|
<!-- Content -->
|
|
{% block content %}
|
|
<h1>404 -- this page does not exist</h1>
|
|
|
|
<p>Try the table of contents along the left side of the page, or the search field at the upper right of the page.</p>
|
|
|
|
{% endblock %}
|
|
|
|
<!-- Disqus integration -->
|
|
{% block disqus %}{% endblock %}
|