{% 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 %}
{% if article.quotes %}
{% endif %}
{% endblock %}