<div class="container">
<div class="row">
<div class="col-sm-10 wysiwyg-block">
{% if editmode or not pimcore_input("wysiwyg_title").isEmpty() %}
{% if info.editable.current == -1 %}
<h2>{{ pimcore_input("wysiwyg_title") }}</h2>
{% else %}
<h2>{{ pimcore_input("wysiwyg_title") }}</h2>
{% endif %}
{% endif %}
{{ pimcore_wysiwyg("wysiwyg_areabrick") }}
{% if editmode %}
{{ pimcore_link("buttonLink") }}
{% endif %}
{% if not pimcore_link("buttonLink").isEmpty() and not editmode%}
{% set link = pimcore_link("buttonLink") %}
<p><a href="{{ link.getHref() }}" class="{{ link.getClass() }}" title="{{ link.getTitle() }}">{{ link.getText() }}</a></p>
{% endif %}
</div>
</div>
</div>