vendor/apidae-tourisme/apidae-bundle/templates/logo.html.twig line 1

  1. <a href="/" class="logo-apidae">
  2.     <img src="{{ asset('build/images/logo.svg') }}" height="100%" />
  3.     <span>Apidae</span>
  4.     {% if app_title is defined %}
  5.         <strong>{{ app_title }}{% if app_env != 'prod' %}.{{ app_env }}{% endif %}</strong>
  6.     {% endif %}
  7. </a>