templates/front.html.twig line 1
<!DOCTYPE html>
<html class="loading" lang="fr" data-textdirection="ltr">
<!-- BEGIN: Head-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="keywords" content="STP-Tunisian Society of Pediatrics - Child Health pediatrician. children Tunis Tunisia epidemiological baby infantile enfants tunis tunisie épidémiologiques dépistage bébé malades médicale" />
<meta name="description" content="STP - Société Tunisienne de Pédiatrie pédiatre santé infantile enfants tunis tunisie épidémiologiques bébé MEDICAL" />
<meta name="author" content="TanitWeb" />
<title>{% block title %}STP - Société Tunisienne de Pédiatrie Tunisie{% endblock title %}</title>
{#<link rel="apple-touch-icon" href="{{ asset('assets/app-assets/images/favicon/apple-touch-icon-152x152.png') }}">#}
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('images/favicon.ico') }}">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- BEGIN: VENDOR CSS-->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/app-assets/vendors/vendors.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('assets/app-assets/vendors/flag-icon/css/flag-icon.min.css') }}">
<!-- END: VENDOR CSS-->
<!-- BEGIN: Page Level CSS-->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/app-assets/css/themes/vertical-dark-menu-template/materialize.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('assets/app-assets/css/themes/vertical-dark-menu-template/style.css') }}">
<!-- END: Page Level CSS-->
<!-- BEGIN: Custom CSS-->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/app-assets/css/custom/custom.min.css') }}">
<!-- END: Custom CSS-->
<!-- Added for header and footer actual stp site -->
<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=Open+Sans&family=Raleway:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="all"
href="{{ asset('assets/app-assets/css/custom/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ asset('assets/app-assets/css/custom/fa.css') }}">
<link rel="stylesheet" type="text/css" media="all" href="{{ asset('assets/app-assets/css/custom/main.css') }}">
<!-- End Added for header and footer actual stp site -->
{{ include('base/embed.html.twig') }}
{% block stylesheets %}
{% endblock %}
</head>
<!-- END: Head-->
<body class="vertical-layout page-header-light vertical-menu-collapsible vertical-dark-menu preload-transitions 2-columns {{ body_class() }}" data-open="click" data-menu="vertical-dark-menu" data-col="2-columns">
{% block header %}
{{ include('base/header_front.html.twig', {}) }}
{% endblock %}
{% block body %}
{% block content %}
{% endblock %}
{% endblock %}
{% block footer %}
{{ include('base/footer_front.html.twig', {}) }}
{% endblock %}
<!-- BEGIN VENDOR JS-->
{% if jquery_version_2_2_4 is defined and jquery_version_2_2_4 %}
<script src="{{ asset('assets/app-assets/js/jquery-2.2.4.min.js') }}"></script>
{% else %}
<script src="{{ asset('assets/app-assets/js/jquery-3.4.1.min.js') }}"></script>
{% endif %}
<script src="{{ asset('assets/app-assets/js/vendors.min.js') }}"></script>
<!-- BEGIN VENDOR JS-->
<!-- BEGIN PAGE VENDOR JS-->
<script src="{{ asset('assets/app-assets/vendors/jquery-validation/jquery.validate.min.js') }}"></script>
<!-- END PAGE VENDOR JS-->
<!-- BEGIN THEME JS-->
<script src="{{ asset('assets/app-assets/js/plugins.js') }}"></script>
<script src="{{ asset('assets/app-assets/js/search.js') }}"></script>
<script src="{{ asset('assets/app-assets/js/custom/custom-script.js') }}"></script>
<!-- END THEME JS-->
<!-- BEGIN PAGE LEVEL JS-->
<script src="{{ asset('assets/app-assets/js/scripts/form-validation.js') }}"></script>
<script src="{{ asset('assets/app-assets/js/scripts/advance-ui-modals.js') }}"></script>
<!-- END PAGE LEVEL JS-->
{% block javascripts %}
{% endblock %}
</body>
</html>