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