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

Gifts

{% for gift in gifts %}

{{ gift.name }}

{{ gift.description }}

{% if gift.image %}

{% elif gift.video %}
{% endif %}
{% endfor %}
{% endblock %}