Various changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-08 13:16:19 -06:00
parent 52aa5d10eb
commit 55471fd67c
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
10 changed files with 137 additions and 33 deletions

14
src/section-head.html Normal file
View file

@ -0,0 +1,14 @@
<script props>
module.exports = {
header: props.header || ''
}
</script>
<div class="section-header">
<div>
<h1>{{header}}</h1>
</div>
<div>
<yield></yield>
</div>
</div>
<hr>