mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
10 lines
350 B
Scheme
10 lines
350 B
Scheme
<% if $Element %>
|
|
<% with $Element %>
|
|
<div class="element $SimpleClassName.LowerCase<% if $StyleVariant %> $StyleVariant<% end_if %><% if $ExtraClass %> $ExtraClass<% end_if %>" id="$Anchor">
|
|
<div class="element-container<% if $ContainerClass %> $ContainerClass<% end_if %>">
|
|
$forTemplate
|
|
</div>
|
|
</div>
|
|
<% end_with %>
|
|
<% end_if %>
|