15 lines
482 B
Scheme
15 lines
482 B
Scheme
|
<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 %>
|