11 lines
195 B
HTML
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 }}
|