File: /var/www/vhosts/creativefellows.nl/oudlondon.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">
<link rel="canonical" href="{{ page.canonical }}">
{% 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">
<link rel="stylesheet" href="https://use.typekit.net/mmj1wrr.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="canonical" href="{{ page.canonical }}">
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "Hotel Restaurant Oud London",
"url": "https://www.oudlondon.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.oudlondon.nl/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Hotel Restaurant Oud London",
"alternateName": "Oud London",
"url": "https://www.oudlondon.nl/",
"logo": "https://www.oudlondon.nl/images/hotel-restaurant-oud-london.png",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+31 343 49 12 45",
"contactType": "customer service",
"areaServed": "NL",
"availableLanguage": ["Dutch","en"]
}],
"sameAs": [
"https://nl-nl.facebook.com/OudLondonZeist",
"https://www.linkedin.com/in/oudlondon/",
"https://www.instagram.com/oudlondonzeist/",
"https://nl.pinterest.com/oudlondonzeist/"
]
}
</script>
</head>
<body>
{% include 'partials/header.twig' %}
<div class="main-container">
{% block splash %}
{% endblock %}
{% block breadcrumbs %}
{% endblock %}
{% block content %}
{% endblock %}
</div>
{% include localization.footer %}
{{ cookies.getConsent|raw }}
{% if page.paxxio == 3 %}
<script type="text/javascript">
(function () {
"use strict";
var s = document.createElement("script");
s.type = "text/javascript";
s.src = "https://static.paxx.io/pxw-min.js";
s.async = true;
s.setAttribute("data-property", 222);
s.setAttribute("data-language", "nl");
var x = document.getElementsByTagName("script")[0];
x.parentNode.insertBefore(s, x);
})();
</script>
{% endif %}
<script src="/js/hoteliers-main.js" type="text/javascript" charset="utf-8"></script>
<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-lazy/jquery.lazy.min.js"></script>
<script src="/js/app.js?v=31012022"></script>
</body>
</html>