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

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