templates/base.html.twig line 1
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>{% block title %}Welcome!{% endblock %}</title>{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}<link href="/img/reminder.png" rel="shortcut icon"><link rel="stylesheet" href="/css/pico.css"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"></head><body><main class="container">{% block body %}{% endblock %}</main></body></html>