{% extends 'layouts/app.html' %} {% import 'macros/form.html' as f with context %} {% block title %}You are about to cancel your subscription{% endblock %} {% block body %}
{% call f.form_tag('billing.cancel') %} Cancel subscription

Hi {{ current_user.name }},
Before you cancel your account, please read the following:

{% endcall %}
{% endblock %}