haldis/app/templates/about.html

8 lines
271 B
HTML
Raw Normal View History

2015-03-31 18:15:22 +00:00
{% 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>
2015-03-31 18:15:22 +00:00
{% endblock %}