templates/index/index.html.twig line 1

Open in your IDE?
  1. {%  set template = (city is defined ?  'center.html.twig' : 'dashboard.html.twig') %}
  2. {% extends template %}