64 lines
2.7 KiB
Twig
64 lines
2.7 KiB
Twig
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<!-- Google Tag Manager -->
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
})(window,document,'script','dataLayer','GTM-P4G65WJ');</script>
|
|
<!-- End Google Tag Manager -->
|
|
<script type="text/javascript" defer="defer" src="https://extend.vimeocdn.com/ga/64189815.js"></script>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>{% block title %}Talents Tube : Le 1er job board 100% vidéo{% endblock %}</title>
|
|
|
|
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}"/>
|
|
<meta name="robots" content="noindex,nofollow">
|
|
<meta name="description" content="{% block description %}
|
|
Talents Tube est la première plateforme réservée aux offres d'emploi et aux CV vidéos. Découvrez un nouvelle méthode de recrutement !
|
|
{% endblock %}">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
{% block ogtc %}{% endblock %}
|
|
{# Canonical #}
|
|
<link rel="canonical"
|
|
href="{% block urlCanonical %}{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}"{% endblock %}>
|
|
{# CSS #}
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Varela+Round" rel="stylesheet">
|
|
<link rel="stylesheet" href="{{ asset('css/styles.css') }}">
|
|
{% block stylesheets %}
|
|
{% endblock %}
|
|
</head>
|
|
<body id="dashboard">
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript>
|
|
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P4G65WJ"
|
|
height="0" width="0" style="display:none;visibility:hidden">
|
|
</iframe>
|
|
</noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
{#{% include 'default/alert.html.twig' %}#}
|
|
{% include 'default/user_switch.html.twig' %}
|
|
{% include 'default/header.html.twig' %}
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|
|
|
|
{% include 'default/footer.html.twig' %}
|
|
|
|
|
|
{% block javascripts %}
|
|
{% javascripts
|
|
'@vendors'
|
|
'@global'
|
|
output='assetic/main.base.dash.js' filter='?uglifyjs2' %}
|
|
<script src="{{ asset_url }}"></script>
|
|
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDYV8IJGtIoWLfXJQQvIuDQ88n2aEuRgpg&libraries=places"></script>
|
|
{% endjavascripts %}
|
|
{% endblock %}
|
|
</body>
|
|
</html>
|