templates/components/Others/Title/index.twig line 1

Open in your IDE?
  1. {% set titleClassName = titleClassName ?? '' %}
  2. {% set containerId = containerId ?? null %}
  3. {% set titleLevelCSS = titleLevelCSS ?? null %}
  4. {% set titleLevelSEO = titleLevelSEO ?? null %}
  5. <{% if titleLevelSEO is defined and titleLevelSEO is not null %}h{{ titleLevelSEO }}{% else %}span{% endif %} class="h{{ titleLevelCSS }} {{ titleClassName }}" {% if containerId != null %}id="{{ containerId }}"{% endif %}>
  6.     {{ titleLabel|raw }}
  7. </{% if titleLevelSEO is defined and titleLevelSEO is not null %}h{{ titleLevelSEO }}{% else %}span{% endif %}>