{% extends "base.html" %} {% block content %} {% if heading %}
{{ greeting }}
{% endif %} {% for paragraph in body_paragraphs %}{{ paragraph }}
{% endfor %} {% if cta_url and cta_label %}If the button doesn't work, copy and paste this link into your browser:
{% endif %} {% endblock %}