{% extends 'base.html' %}
{% block content %}
{% include 'section/hero.html' %}
{% include 'section/open_map.html' %}
{% include 'section/home-services.html' %}
{% include 'section/single-section.html' %}
{{ resource.content | safe }}
{% endblock content %}