{{ layout "store_layout.html" }} {{ define "left_column" }} {{ $context := . }} {{ handler "category" "getbuttons" $context.SelectedCategory }} {{ end }} {{ define "right_column" }} {{ $context := . }} {{ range $context.Products }}

{{ .Name }} {{ printf "$%.2f" .Price }}

{{ .Description }}
{{ end }} {{ template "page_buttons.html" $context }} {{ end }}