haldis/app/templates/about.html
2019-12-06 16:26:23 +01:00

8 lines
273 B
HTML

{% extends "layout.html" -%}
{% set active_page = "about" -%}
{% block container %}
<h1>About</h1>
<p>Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where.</p>
{% endblock %}