{% extends 'landing/page/full_page.html' %} {% load static %} {% block page_content %}
{{ heading }}
{{ subheading }}
{% if button == 'contact_us' %} {% url 'landing:contact_us' as contact_us_url %} Contact Us {% elif button == 'home' %} {% url 'landing:home' as home_url %} {% include 'landing/button/button.html' with button_text='Back to Home' button_href=home_url %} {% endif %}
{% endblock %}