diff --git a/senju/templates/haiku.html b/senju/templates/haiku.html index f4043b2..10cae42 100644 --- a/senju/templates/haiku.html +++ b/senju/templates/haiku.html @@ -1,32 +1,64 @@ {% extends "base.html" %} - {% block content %}
+
{% for line in context.haiku.lines %}
{{ line }}
{% endfor %}