mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
12 lines
274 B
Scheme
12 lines
274 B
Scheme
<% if $Categories %>
|
|
<ul class="list-unstyled list-inline">
|
|
<% loop $Categories %>
|
|
<li class="list-inline-item">
|
|
<a href="$Link" title="$Title" class="btn btn-secondary">
|
|
<span class="text">$Title</span>
|
|
</a>
|
|
</li>
|
|
<% end_loop %>
|
|
</ul>
|
|
<% end_if %>
|