{# SPDX-License-Identifier: EUPL-1.2 #} {% from "includes/markdown_by_paragraph.twig" import markdown_by_paragraph %} {% from "includes/actions.twig" import actions %}

{{ index.about.title ? index.about.title : "About" }}

{{ markdown_by_paragraph(index.about.content ? index.about.content : config.theme_config.demo.about.content, "about") }}
{{ actions(index.about.actions ? index.about.actions : not index.about.content ? config.theme_config.demo.about.actions, "about") }}