Files
kontor/go/templates/tradingcards/index.html
T
2025-04-29 12:52:55 +02:00

11 lines
195 B
HTML

<!--index.html-->
{{ define "tradingcards/index.html" }}
{{ template "header.html" .}}
{{ template "tradingcards/menu.html" . }}
<h1>Trading Cards</h1>
{{ template "footer.html" .}}
{{ end }}