{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}{{ title }}{% endblock %} {% block content %} {% if heading %}

{{ heading }}

{% endif %} {% if content %}

{{ content }}

{% endif %}
{% button type="save" url="landing" value="Continue to "|concat:site_title|concat:" home screen" icon="glyphicon-home" %}
{% endblock %}