mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
10 lines
229 B
Scheme
10 lines
229 B
Scheme
<div class="element__content<% if $Style %> $CssStyle<% end_if %>">
|
|
<% if $ShowTitle %>
|
|
<h2 class="element__title">$Title</h2>
|
|
<% end_if %>
|
|
|
|
<div class="element__html typography">
|
|
$HTML
|
|
</div>
|
|
</div>
|