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

{{ heading }}

{% endif %} {% if greeting %}

{{ greeting }}

{% endif %} {% for paragraph in body_paragraphs %}

{{ paragraph }}

{% endfor %} {% if cta_url and cta_label %}

{{ cta_label }}

If the button doesn't work, copy and paste this link into your browser:

{{ cta_url }}

{% endif %} {% endblock %}