diff options
Diffstat (limited to 'templates/poem.html')
-rw-r--r-- | templates/poem.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/poem.html b/templates/poem.html new file mode 100644 index 0000000..589a6e4 --- /dev/null +++ b/templates/poem.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} + +<div id="poem"> + {% include "poem-panel.html" %} +</div> + +{% endblock content %}
\ No newline at end of file |