{{ article.title }} {%if article.subtitle %} {{ article.subtitle }} {% endif %} {% if article.toc %} Contents {{ article.toc }} {% else %} {% endif %} {% import '_includes/translations.html' as translations with context %} {{ translations.translations_for(article) }} {{ article.content }} {% from '_includes/share_links.html' import share_links with context %} {{ share_links(article) }} {% from '_includes/comments.html' import comments with context %} {{ comments(article) }} {% include '_includes/related_posts.html' with context %} {% if article.prev_article or article.next_article %} {% endif %} {% include '_includes/last_updated.html' %} {% include '_includes/multi_parts.html' %} {% endblock content %} {% block script %} {{ super() }} {% from '_includes/comments.html' import comments_script with context %} {{ comments_script(article) }} {% if DRAFT %} {% endif %} {% endblock script %}