Files
lena-schilling-website/packages/base/ContentBlocks/ContentElements/header/templates/frontend.html
Dominik Polakovics ec7ae2bba3
Some checks failed
Build / deploy-stage (push) Blocked by required conditions
Build / switch-stage (push) Blocked by required conditions
Build / build (push) Has been cancelled
feat: add h1 tapered design
2024-12-15 21:47:35 +01:00

5 lines
121 B
HTML

<f:layout name="Default" />
<f:section name="Main">
<h1><span class="tapered">{data.header}</span></h1>
</f:section>