This website requires JavaScript.
Explore
Help
Sign In
s439393
/
Elektromarket
Watch
1
Star
0
Fork
0
You've already forked Elektromarket
Code
Issues
Releases
Wiki
Activity
24ca2bd55f
Elektromarket
/
templates
/
index.html
6 lines
118 B
HTML
Raw
Normal View
History
Unescape
Escape
Add base template & update, some new data & accessing categs
2018-10-25 20:09:08 +02:00
{{define "content"}}
{{range $.categories}}
<
a
href
=
"/category/{{ .Id }}"
>
{{ .Name }}
<
/
a
>
{{end}}
{{end}}
Reference in New Issue
Copy Permalink