{% import "bootstrap/google.html" as ga %} {% block title %}{{ site.title }}{% if page %} - {{ page.title }}{% endif %}{% endblock %} {% include "_includes/_metas.html" %} {% include "includes/metas.html" ignore missing %} {% block styles %} {% assets "css" %} {% endassets %} {% endblock %} {% block scripts %} {% endblock %} {% assets "js" %} {% endassets %} {% block body %}
{% block header %} {% include ["includes/header.html" , "_includes/_header.html"] ignore missing %} {% endblock %} {% block navbar %} {% include ["includes/navbar.html" , "_includes/_navbar.html"] ignore missing %} {% endblock %}
{% block content %} {% if page.cover %}
{% endif %} {% autoescape false %}{{ page.html }}{% endautoescape %} {% endblock %}
{% block footer %} {% include ["includes/footer.html" , "_includes/_footer.html"] ignore missing %} {% endblock %} {% endblock %} {% if site.ga_account %} {{ ga.analytics(site.ga_account) }} {% endif %}