12 lines
No EOL
262 B
Text
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"}} |