{% extends "base.html" %} {% block content %}

You've been invited by {{ invited_by }} 🎉

{% if exception %}

Oops, something went wrong: {{ exception }} 😬

{% endif %}
{% endblock %}