<div class="row mb-3"> <div class="col-12"> <h1 class="text-center mb-5"> {% if not pimcore_input('title').isEmpty() %} <span class="heading-line primary">{% endif %} {{ pimcore_input('title', {'placeholder':'Headline'}) }} {% if not pimcore_input('title').isEmpty() %}</span>{% endif %} </h1> {{ pimcore_wysiwyg('content_text', {'placeholder':'Place content here'}) }} </div> </div>