silverstripe-widgets/templates/WidgetHolder.ss

5 lines
139 B
Scheme
Raw Normal View History

2012-04-18 23:15:45 +02:00
<div class="WidgetHolder $ClassName<% if FirstLast %> $FirstLast<% end_if %>">
<% if Title %><h3>$Title</h3><% end_if %>
$Content
</div>