2016-06-16 06:04:48 +00:00
{% load i18n cms_tags menu_tags sekizai_tags staticfiles bootstrap3 %}
2015-06-13 19:59:37 +00:00
<!doctype html>
2015-05-23 10:03:01 +00:00
< html >
< head >
2018-12-25 12:44:52 +00:00
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "description" content = "Affordable VM hosting in Glarus, Switzerland, operated by 100% hydropower. Devuan, debian, freebsd, ubuntu, centos. Our tech stack is fully open source." >
< meta name = "author" content = "ungleich glarus ag" >
2015-06-16 06:25:21 +00:00
< title >
{% block title %}
{% page_attribute "page_title" %}
{% endblock %}
< / title >
2015-05-23 10:03:01 +00:00
{% addtoblock "external-css" %}
{% bootstrap_css %}
2015-06-13 22:49:15 +00:00
< link href = '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel = "stylesheet" type = "text/css" >
< link href = '//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel = 'stylesheet' type = 'text/css' >
< link href = '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
2015-05-23 10:03:01 +00:00
rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!-- [if lt IE 9]>
< script src = "https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" > < / script >
< script src = "https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" > < / script >
<![endif]-->
{% endaddtoblock %}
{% addtoblock "css" %}
< link href = "{% static 'blog.ungleich.ch/css/clean-blog.css' %}" type = "text/css"
rel="stylesheet" medial="all" />
{% endaddtoblock %}
2015-06-16 08:16:16 +00:00
{% block meta %}
2015-06-16 07:05:47 +00:00
< meta charset = "UTF-8" >
< meta name = "description" content = "{% page_attribute 'meta_description' %}" >
2015-06-16 07:37:13 +00:00
{% include 'meta.html' %}
2015-06-16 07:05:47 +00:00
{% endblock %}
2015-05-23 10:03:01 +00:00
{% render_block "external-css" %}
{% render_block "css" postprocessor "compressor.contrib.sekizai.compress" %}
2017-07-13 19:53:15 +00:00
2018-04-08 20:46:57 +00:00
< link rel = "shortcut icon" href = "{% static 'ungleich_page/img/favicon.ico' %}" / >
2017-07-13 19:53:15 +00:00
<!-- Google analytics -->
{% include "google_analytics.html" %}
<!-- End Google Analytics -->
2015-05-23 10:03:01 +00:00
< / head >
< body >
2016-06-24 02:32:51 +00:00
2015-05-23 10:03:01 +00:00
{% cms_toolbar %}
2015-11-02 22:59:50 +00:00
{% show_menu 0 0 0 1 "cms/ungleichch/_menu.html" %}
2015-05-23 10:03:01 +00:00
<!-- body -->
<!-- Main Content -->
2016-06-24 02:32:51 +00:00
2015-05-23 10:03:01 +00:00
{% block base_header %}
2015-10-04 15:23:56 +00:00
{% include "cms/ungleichch/_header_base.html" %}
2015-05-23 10:03:01 +00:00
{% endblock %}
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1" >
{% block base_content %}
2018-07-16 20:38:29 +00:00
{% placeholder "base_ungleich_content" %}
2015-05-23 10:03:01 +00:00
{% endblock %}
< / div >
< / div >
< / div >
<!-- end body -->
2015-10-04 15:23:56 +00:00
{% include "cms/ungleichch/_footer.html" %}
2015-05-23 10:03:01 +00:00
{% addtoblock "external-js" %}
{% bootstrap_javascript %}
{% endaddtoblock %}
{% addtoblock "js" %}
< script src = "{% static 'blog.ungleich.ch/vendor/js/jquery.min.js' %}" type = "text/javascript" / >
< script src = "{% static 'blog.ungleich.ch/js/navbar-scroll-up.js' %}" type = "text/javascript" / >
{% endaddtoblock %}
{% render_block "js" postprocessor "compressor.contrib.sekizai.compress" %}
{% render_block "external-js" %}
< / body >
< / html >