Files
lena-schilling-website/packages/base/Resources/Private/ContentElements/Layouts/Default.html
Dominik Polakovics 2bac342a5e
All checks were successful
Build / build (push) Successful in 2m27s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 1m58s
feat: change to other sitepakage
2024-12-12 12:31:41 +01:00

9 lines
223 B
HTML

<div class="frame frame-type-{data.CType}">
<div class="container">
<div class="header">
<h2>{data.header}</h2>
</div>
<f:render section="Main" optional="true" />
</div>
</div>