templates/components/entry/detail/_heading.html.twig line 1

Open in your IDE?
  1. <div class="heading">
  2.   <h2>{{ entry.trans('title') }}</h2>
  3.   <p>#{{ entry.Area.getLocaleAreaName(app.request.locale) }}({{ entry.Area.getLocaleName(app.request.locale) }})</p>
  4. </div>