aboutsummaryrefslogtreecommitdiffstats
path: root/templates/poem.html
blob: 589a6e44778d139ca16004d923ab9542f5d7aa86 (plain) (blame)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block content %}

<div id="poem">
  {% include "poem-panel.html" %}
</div>

{% endblock content %}