changes to try with chatgpt
All checks were successful
Build / build (push) Successful in 2m38s
Build / deploy-stage (push) Successful in 3m30s
Build / switch-stage (push) Successful in 2m2s

This commit is contained in:
2024-12-12 22:02:21 +01:00
parent 869df50c01
commit 7133371206
6 changed files with 186 additions and 81 deletions

View File

@@ -1,8 +1,13 @@
<div class="frame frame-type-{data.CType}">
<div class="container">
<div class="header">
<h2>{data.header}</h2>
</div>
<f:render section="Main" optional="true" />
<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>