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