templates/base.html.twig line 1
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="icon" href="{{ asset('favicon.ico') }}"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700"><link rel="stylesheet" href="{{ asset('assets/fonticon/fonticon.css') }}"><link rel="stylesheet" href="{{ asset('assets/css/splash-screen.css') }}"><title>My Restaurant</title>{% block stylesheets %}{% endblock %}{% block javascripts %}{% endblock %}</head><body class="page-loading">{{ include('_theme-setup.html.twig') }}{% block body %}{% endblock %}</body></html>