templates/base.html.twig line 1
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>{% block title %}Welcome!{% endblock %}</title><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="description" content="L'Image by Sofitel Luxembourg Le Grand Ducal"><meta name="robots" content="noindex, nofollow"><link rel="icon" href="{{ asset('./images/favicon.ico') }}"/>{% block stylesheets %}{{ encore_entry_link_tags('app') }}{% endblock %}</head><body>{% block body %}{% endblock %}</body>{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}</html>