website/templates/index.html
2023-11-14 16:50:06 +02:00

18 lines
No EOL
267 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 %}