mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
5 lines
141 B
Scheme
5 lines
141 B
Scheme
<div class="WidgetHolder $ClassName<% if $FirstLast %> $FirstLast<% end_if %>">
|
|
<% if $Title %><h3>$Title</h3><% end_if %>
|
|
$Content
|
|
</div>
|