mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
9 lines
190 B
Scheme
9 lines
190 B
Scheme
<div
|
|
<% loop $Attributes %> {$Name}="{$Value}"<% end_loop %>
|
|
>
|
|
{$Content}
|
|
<% if $Arguments.caption %>
|
|
<p class="caption">{$Arguments.caption}</p>
|
|
<% end_if %>
|
|
</div>
|