{# SPDX-License-Identifier: EUPL-1.2 #} {% from "includes/markdown_by_paragraph.twig" import markdown_by_paragraph %} {% from "includes/actions.twig" import actions %} {% from "includes/video.twig" import video %} > {{ site_title }} Editable text with icon {% for button in pages["_meta"].meta.button %} Editable button with icon {% endfor %} {{ pages["_meta"].meta.image1.title }} {{ pages["_meta"].meta.image1.txt }} {% for module in pages["_meta"].meta.module %} {{ module.title }} {{ module.txt }} {% endfor %} {{ current_page.title }} {{ meta.title ? meta.title : current_page.id }} {% if pages["_meta"].meta.icon1 %} Editable button with icon {% endif %}