mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
7 lines
99 B
Scheme
7 lines
99 B
Scheme
|
<ul>
|
||
|
<% control FeedItems %>
|
||
|
<li>
|
||
|
<a href="$Link">$Title</a>
|
||
|
</li>
|
||
|
<% end_control %>
|
||
|
</ul>
|