templates/includes/partials/teaser/teaser-image-title-intro.html.twig line 1

Open in your IDE?
  1. {#
  2. project: Pimcore - Schutzverband Nuernberg Rostbratwuerste
  3. User: erikb
  4. Year: 2023
  5. #}
  6. <a href="{{ url|default('#') }}" title="{{ title }}" class="teaser teaser--image-title-intro {{ classes|default('') }}">
  7.     <div class="teaser__image">{{ image|raw }}</div>
  8.     <div class="teaser__content">
  9.     <div class="teaser__title">{{ title }}</div>
  10.         {% if subtitle|default(null) is not empty %}
  11.             <div class="teaser__subtitle">{{ subtitle }}</div>
  12.         {% endif %}
  13.     </div>
  14. </a>