8 lines
88 B
HTML
8 lines
88 B
HTML
{{define "body"}}
|
|
{{range .Prices}}
|
|
<div class="wrapper">
|
|
{{.}}
|
|
</div>
|
|
{{end}}
|
|
{{end}}
|