mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
4 lines
129 B
HTML
4 lines
129 B
HTML
{% extends "templates/base.html" %}
|
|
{% block content %}
|
|
<p>this is the story of smeagol... work in progress</p>
|
|
{% endblock %}
|