Convert category list
Getty Ritter
4 years ago
1 changed file(s) with
5 addition(s)
and
0 deletion(s)
.
Collapse all
Expand all
+5
-0
templates/text_list.mustache
less
more
1
<div class="catlist">
2
{{#elements}}
3
<a href="{{url}}">{{name}}</a>
4
{{/elements}}
5
</div>