haldis/app/templates/about.html
Midgard b44d34003d
Make whitespace match convention
Convention according to our EditorConfig.
2020-02-29 17:37:33 +01:00

8 lines
271 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 %}