{% extends "base.html" %} {% block title %}{{ article.title }}{% endblock %} {% block content_title %}{{ article.url }}{% endblock %} {% block content %}

{{ article.title }} - {{ article.lang }}

By {{ article.author }} | {{ article.date.strftime('%B %d, %Y') }}

{% if article.toc %}

Table of Contents

{% endif %}
{{ article.content }}
{% endblock %}