{% extends "base.html" %} {% load staticfiles %} {%block page-content%}

RSVP

Kindly let us know if you will be able to attend our wedding!

{% csrf_token %} {% for guest in guests %}
{% endfor %}
{%endblock%}