{% extends "base.html" %} {% block html_lang %}{{ page.lang }}{% endblock%} {% block head %} {% block title %} {{ page.title }} - {{SITENAME}} {% endblock %} {% import 'translations.html' as translations with context %} {% if translations.entry_hreflang(page) %} {{ translations.entry_hreflang(page) }} {% endif %} {{ super() }} {% if page.styles %} {% for style in page.styles %} {{ style }} {% endfor %} {% endif %} {% block seo %} {% endblock %} {% endblock head %} {%- block content -%}
{{ page.content }}
{%- endblock -%}