11 lines
257 B
Twig
11 lines
257 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 %}
|
|
{{ content }}
|
|
{% endblock content %}
|