themes/webapicTheme/templates/partials/block-callout.html.twig line 1

Open in your IDE?
  1. {% if callout is defined and callout is not empty %}
  2.     <div class="ui {% if callout == 'newest' %}flag-new{% endif %}" style="z-index: 999">{{ ('app.ui.product_callout.' ~ callout)|trans }}</div>
  3. {% endif %}