smeagol/resources/templates/about.html

4 lines
129 B
HTML

{% extends "templates/base.html" %}
{% block content %}
<p>this is the story of smeagol... work in progress</p>
{% endblock %}