templates/website/base.html.twig line 1
{# templates/base.html.twig #}<!DOCTYPE html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>Vrshikyans — International Tests</title><meta name="description"content="A cinematic, minimal space to prepare for TOEFL, SAT, IELTS, and more. Beautiful focus. One simple path to start."/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap" rel="stylesheet"><link rel="icon" href="students/Vrshikyan_logo.ico"/><meta name="color-scheme" content="dark light">{% block stylesheets %}<link rel="stylesheet" href="{{ asset('css/main.css') }}">{% endblock %}</head><body>{% block header %}{% include('@web/parts/header.html.twig') %}{% endblock %}{% block body %}<div id="content">{% block content %}{% endblock %}</div>{% endblock %}{% block footer %}{% include('@web/parts/footer.html.twig') %}{% endblock %}{% block javascripts %}<script src="{{ asset('js/main.js') }}"></script>{% endblock %}</body></html>