seacms-theme/home.twig
2023-03-16 23:32:40 +01:00

11 lines
277 B
Twig

{#!
# SeaCMS 1.0.0-alpha.2 (https://git.defis.info/SeaCMS/seacms)
# Licensed under EUPL (https://git.defis.info/SeaCMS/seacms/src/branch/master/LICENCE)
#}
{% extends "index.twig" %}
{% block content %}
{% include "includes/_home_content.twig" %}
{% endblock content %}