mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
10 lines
269 B
Scheme
Executable File
10 lines
269 B
Scheme
Executable File
<% with $Widget %>
|
|
<% if $Links %>
|
|
<% loop $Links %>
|
|
<a href="$LinkURL"<% if $OpenInNewWindow %> target="_blank"<% end_if %> class="btn btn-default">
|
|
$Title
|
|
</a>
|
|
<% end_loop %>
|
|
<% end_if %>
|
|
<% end_with %>
|