{% extends "wedding/blocks/base.html" %} {% load static %} {% block title %} Our Story {% endblock %} {% block content %}

Our Story

{% for item in story %} {% if forloop.counter0 == 0 %}
{% elif forloop.counter0|divisibleby:"3" %}
{% endif %}

{{ item.title }}

{{ item.description }}

{% if forloop.last %}
{% endif %} {% endfor %}
{% endblock %}