{{ section.heading }}
{% endif %} {% if section.body %}{{ section.body }}
{% endif %}{% extends "base.html" %}
{% block title %}{{ site_name() }}{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
{% if content %}
{{ content.hero_subtitle }}{{ content.hero_title }}
{% if content.hero_subtitle %}
{{ section.body }}
{% endif %}