feat(twig): define content template

This commit is contained in:
Jérémy Dufraisse 2023-03-11 13:39:32 +01:00
parent 224948e577
commit da5ed742f3

3
templates/content.twig Normal file
View File

@ -0,0 +1,3 @@
{# SPDX-License-Identifier: EUPL-1.2 #}
{# Authors: see README.md #}
{{ include('@SeacmsAuth/content.twig') }}