{% for zine in zines %}
  • {{ zine.data.artist }}

    made a {{ zine.data.format }} zine called

    {{ zine.data.title }}

    and the original blurb was

    {{ zine.content | safe }}
  • {% endfor %}