moved to templ

This commit is contained in:
bronkuu 2026-05-27 14:51:26 +02:00
parent 24722ee61c
commit 303d9703f1
28 changed files with 1522 additions and 853 deletions

View file

@ -0,0 +1,9 @@
package templates
templ WyrobyLody() {
@layout("wyroby") {
<main>
@wyrobyHeader("wyroby_lody")
</main>
}
}