HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/apics.creativefellows.nl/templates/base.twig
<!DOCTYPE html>
<html class="no-js" lang="en">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="x-ua-compatible" content="ie=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		
		{% block head %}
			{% if  page.meta_title %}
				{% set meta_title = page.meta_title %}
			{% else %}	
				{% set meta_title = page.title %}
			{% endif %}
			
			{% set meta_description = page.meta_description %}	
			
			<title>{{ meta_title }}</title>
			<meta name="description" content="{{ meta_description }}">
		    <meta property="og:title" content="{{ meta_title }}">
			<meta property="og:description" content="{{ meta_description }}">
		{% endblock %}
		
		<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-96x96.png">
		<link rel="stylesheet" href="/css/app.css?v=25082022">
		<link rel="stylesheet" href="https://use.typekit.net/pfa6jgs.css">
		<link rel="stylesheet" href="https://apicsflexjobs.recruitnowcockpit.nl/widgets/enrollment/recruitnow-open-enrollment-stylesheet.css">
		<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
		<link rel="stylesheet" href="https://cvgen-apicsflexjobs.recruitnow.nl/styles.css">
		<link rel="canonical" href="{{ page.canonical }}">	
		<!-- Global site tag (gtag.js) - Google Analytics -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=UA-30455971-6"></script>
		<script>
		 window.dataLayer = window.dataLayer || [];
		 function gtag(){dataLayer.push(arguments);}
		 gtag('js', new Date());
		 gtag('config', 'UA-30455971-6');
		 gtag('config', 'AW-955192933');
		</script>
	</head>
<body>
<div class="loader" id="loading" style="display:none;"></div>

{% include 'partials/header.twig' %}

<div id="view-container" class="main-container">
	{% block content %}
	{% endblock %}
</div>

{% include localization.footer %}

{{ cookies.getConsent|raw }}


<script src="/node_modules/jquery/dist/jquery.js"></script>
<script src="/node_modules/what-input/dist/what-input.js"></script>
<script src="/node_modules/foundation-sites/dist/js/foundation.js"></script>
<script src="/node_modules/jquery-pjax/jquery.pjax.js"></script>
<script src="/node_modules/jquery-lazy/jquery.lazy.min.js"></script>
<script src="/js/app.js?v=25082022"></script>
	
</body>
</html>