cyberstammtisch-silverstripe/themes/starter/templates/Includes/NewsDetail.ss

15 lines
482 B
Scheme
Raw Normal View History

2021-10-20 11:45:30 +00:00
<h2 class="sr-only"><%t CWP.NewsDetail.ITEMINFORMATION "News item information" %></h2>
<div class="news-details-aside">
<dl>
<% if $Terms %>
<dt class="h4 page-sidebar-header"><%t CWP.NewsDetail.TAGS "Tags" %></dt>
<dd>
<% loop $Terms %>
<span class="badge badge-primary $FirstLast">$Name</span>
<% end_loop %>
</dd>
<% end_if %>
</dl>
</div>
<% include RelatedPages %>