17 lines
No EOL
266 B
HTML
17 lines
No EOL
266 B
HTML
{% 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 %} |