templates/content-types/menus/menufooter/menufooter.n.html.twig line 1

Open in your IDE?
  1.     <li {% if classe is defined and classe != "" %} class="{{ classe }}"{% endif %}>
  2.         {# Determine the href attribute based on available variables #}
  3.         {% set href = [ (friendly_url|default) ?: '', (link|default) ?: '', (url|default) ?: '', (origin_url|default) ?: '', (id|default) ? path('page_content', {'page': id}) : '' ] %}
  4.         <a target="{{ target|default }}" href="{{ href|array_filter|first|raw }}">
  5.             {{ include('content-types\\menus\\_href_title.html.twig') }}
  6.         </a>
  7.     </li>