9 lines
154 B
Twig
9 lines
154 B
Twig
{# seacms-theme
|
|
# SPDX-License-Identifier: EUPL-1.2 #}
|
|
|
|
{% extends "index.twig" %}
|
|
|
|
{% block content %}
|
|
{{ content }}
|
|
{% endblock content %}
|