<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ leogout_seo() }}
<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>">
{{ encore_entry_link_tags('client') }}
{% block stylesheets %}{% endblock %}
</head>
<body>
<div class="tm-page">
{% set menuCourses = menu.getCoursesMenu %}
{% set menuCareerPaths = menu.getCareerPathsMenu %}
{% set minicart = cartHelper.getSessionCart %}
{{ include("/client/common/parts/mobile.html.twig") }}
{{ include("/client/common/parts/header.html.twig") }}
{{ include("/client/common/parts/alerts.html.twig") }}
{% block body %}
{{ include("/client/common/test.html.twig") }}
{% endblock %}
{{ include("/client/common/parts/footer.html.twig") }}
</div>
{{ encore_entry_script_tags('client') }}
{% block javascripts %}{% endblock %}
</body>
</html>