2020-08-14 00:36:26 +02:00
|
|
|
<div
|
|
|
|
class="content-element__content<% if $BlockLink %> has-blockLink<% end_if %><% if $BlockIcon %> has-blockIcon<% end_if %><% if $Style %> $CssStyle<% end_if %>"
|
|
|
|
>
|
2018-07-02 03:54:18 +02:00
|
|
|
<% if $BlockIcon %>
|
|
|
|
<i class="content-element__icon $BlockIcon"></i>
|
|
|
|
<% end_if %>
|
|
|
|
<% if $ShowTitle %>
|
|
|
|
<h2 class="content-element__title">$Title</h2>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<div class="typography">
|
|
|
|
$HTML
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% if $BlockLink %>
|
2019-11-07 19:26:33 +01:00
|
|
|
<a href="$BlockLink.LinkURL" class="btn btn-default stretched-link">
|
2018-07-02 03:54:18 +02:00
|
|
|
$BlockLink.Title
|
|
|
|
</a>
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|