templates/includes/title.html.twig line 1

Open in your IDE?
  1.         <div class="row mb-3">
  2.             <div class="col-12">
  3.                 <h1 class="text-center mb-5">
  4.                     {% if not pimcore_input('title').isEmpty() %}
  5.                     <span class="heading-line primary">{% endif %}
  6.                         {{ pimcore_input('title', {'placeholder':'Headline'}) }}
  7.                         {% if not pimcore_input('title').isEmpty() %}</span>{% endif %}
  8.                 </h1>
  9.                 {{ pimcore_wysiwyg('content_text', {'placeholder':'Place content here'}) }}
  10.             </div>
  11.         </div>