{% extends "base.html" %} {% block html_lang %}{{ page.lang }}{% endblock%} {% block extra_head %} {% import 'translations.html' as translations with context %} {% if translations.entry_hreflang(page) %} {{ translations.entry_hreflang(page) }} {% endif %} {% endblock %} {% block title %}{{ page.title }}{% endblock %} {% block head %} {{ super() }} {% if page.styles %} {% for style in page.styles %} {{ style|format(SITEURL) }} {% endfor %} {% endif %} {% if page.js %} {% for script in page.js %} {% if 'top' in script[-7:] %} {{ script[:-5]|format(SITEURL) }} {% endif %} {% endfor %} {% endif %} {% endblock %} {% block content %}