{{ title }}

{% if generated_by is not none %}

Story By: {{ generated_by }}

{% endif %} {% if collection_url is not none %}

Collection URL: {{ collection_url }}

{% endif %} {% if metadata is not none %} {% for key, value in metadata.items() %}

{{ key|title }}: {{ value }}

{% endfor %} {% endif %}
{% for element in elements %} {% if loop.index0 is divisibleby 3 %}
{% endif %} {% if element.type == 'link' %} {% else %}

{{ element.text }}

{% endif %} {% if loop.last %} {% set leftovercount = 3 - (loop.index0 % 3) %} {% for lcount in range(leftovercount) %}
{% endfor %} {% endif %} {% endfor %}

Story visualized with the help of Raintale Raintale Logo