app/template/syntpl/Module/page_title.twig line 1

Open in your IDE?
  1. <div class="page-title">
  2.     <div class="page-title-inner">
  3.         {% if subtitle is defined and subtitle is not empty %}
  4.             <h1>{{ subtitle }}</h1>
  5.         {% else %}
  6.             <h1>{{ title }}</h1>
  7.         {% endif %}
  8.     </div>
  9. </div>