mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
14 lines
203 B
Scheme
14 lines
203 B
Scheme
<% if $Archive %>
|
|
<div class="blog__archive">
|
|
<ul>
|
|
<% loop $Archive %>
|
|
<li>
|
|
<a href="$Link">
|
|
<span class="text">$Title</span>
|
|
</a>
|
|
</li>
|
|
<% end_loop %>
|
|
</ul>
|
|
</div>
|
|
<% end_if %>
|