{#! # 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) #} {# TODO manage lang #} {% block head %} {% include "includes/_head.twig" %} {% endblock head %} {% block body %} {% block header %} {% include "includes/_header.twig" %} {% endblock header %} {% block content %} {% include "includes/_content.twig" %} {% endblock content %} {% block footer %} {% include "includes/_footer.twig" %} {% endblock footer %} {% block picocontenteditor %} {{ include('@PicoContentEditor/content.twig', ignore_missing = true) }} {% endblock picocontenteditor %} {% endblock body %}