Files
dialog-relations-website/packages/base/Resources/Private/ContentElements/Layouts/Default.html
Dominik Polakovics 8ee10d0a1c
All checks were successful
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 2m48s
Build / switch-stage (push) Successful in 2m5s
feat: add hero link and smooth scrolling
2025-04-22 22:53:18 +02:00

14 lines
321 B
HTML

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