{% extends "base.html" %} {% block html_lang %}{{ article.lang }}{% endblock %} {% set current_lang = article.lang %} {% block head %} {{ super() }} {% endblock %} {% block title %}{{ super() }} — {{ multilang[article.category] }}{% endblock title %} {% block body_class %}{{ article.category }}{% endblock %} {% block fixed_content %} {% include 'partials/moon-watch.html' %} {% endblock %} {% block scroll_content %}
{% if article.sections["main"] %} {{ article.sections["main"] }} {% else %} {{ article.content }} {% endif %}
{% if article.sections["quotes"] %}
{{ article.sections["quotes"] }}
{% endif %} {% endblock %}