This commit is contained in:
2025-05-07 10:04:05 -07:00
parent 4a237f7d9c
commit 6c45e89143
2 changed files with 9 additions and 0 deletions

9
tpl/flex_intro_block.tpl Normal file
View File

@@ -0,0 +1,9 @@
<section class="intro_block" style="background-image: url({{ background_image }})">
<div class="container">
<div class="row">
<div class="col">
<h1>{{ headline }}</h1>
</div>
</div>
</div>
</section>

View File