thesandwi.ch/src/section-head.html
Isaac Mills 55471fd67c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Various changes
2025-07-08 13:16:19 -06:00

14 lines
No EOL
199 B
HTML

<script props>
module.exports = {
header: props.header || ''
}
</script>
<div class="section-header">
<div>
<h1>{{header}}</h1>
</div>
<div>
<yield></yield>
</div>
</div>
<hr>