piekarnikgosipl/templates/wyroby.gohtml
2026-05-17 22:10:08 +02:00

12 lines
No EOL
262 B
Text

{{template "header" "wyroby"}}
<main>
{{template "wyroby_header" "ciasta"}}
<section>
<div id="wyroby">
{{range .}}
{{template "card" . }}
{{end}}
</div>
</section>
</main>
{{template "footer"}}