ui2022/card__infostats__header.html.twig line 1

Open in your IDE?
  1. {% set title = _args.title %}
  2. {% set subtitle = _args.subtitle|default(null) %}
  3. <h4 class="infostats__title h5">{{- title -}}</h4>
  4. {% if subtitle is not empty %}
  5.     <p class="font-13 text-medium mb-0 pb-4">{{- subtitle -}}</p>
  6. {% endif %}