templates/basesecure.html.twig line 1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta content="width=device-width, initial-scale=1" name="viewport"/><meta name="author" content="VISIONARIES-STUDIO"/><title>{% block title %}Dashboard{% endblock %} - {{ getSchoolAcronym() }} | V-schl</title>{% if getSchoolImage() %}<link rel="icon"href="{{ sitelink~ getSchoolImage() }}">{% else %}<link rel="icon"href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">{% endif %}{% block stylesheets %}{{ encore_entry_link_tags('secureForm') }}{% endblock %}</head><body ><div class="main"><!-- Sing in Form --><section class="sign-in"><div class="container"><div class="signin-content">{% block body %}{% endblock %}</div></div></section></div>{% block javascripts %}<script src="{{ asset('dist/jquery.js') }}"></script>{{ encore_entry_script_tags('secureForm') }}{% endblock %}</body></html>