gosora/templates/widget_menu.html
Azareal 30de658e15 Experiment with rehoming the plugins.
Shorten more things and eliminate unnecessary bytes.
2019-10-11 10:36:08 +10:00

6 lines
236 B
HTML

<div class="rowblock rowhead">
<div class="rowitem"><h1>{{.Name}}</h1></div>
</div>
<nav class="rowblock">{{range .MenuList}}
<div class="rowitem{{if .Compact}} datarow{{end}}"><a href="{{.Location}}">{{.Text}}</a></div>
{{end}}</nav>