6 lines
62 B
HTML
6 lines
62 B
HTML
|
|
{{ define "main" }}
|
||
|
|
|
||
|
|
{{ partial "stack.html" . }}
|
||
|
|
|
||
|
|
{{ end }}
|