{% block head %} {% block keywords %} {% endblock %} {% block description %} {% endblock %} {% block head_items %} {% for item in header_items %} {{ item|safe }} {% endfor %} {% endblock %} {% block head_title %} {% if title %}{{ title }} - {% endif %}{{ site_name }} {% endblock %} {% endblock %} {% block body %} {% block navbar %} {% endblock %}
{% block title %}

{{ article_title }}

{% endblock %}
    {% for tag in tags %}
  • {{ tag }}
  • {% endfor %}
{% if date %} {% endif %}
{% if show_source %} {% endif %}
{% if "update" in metadata and metadata["update"]|length > 0 %}
{{ _('Update history') }}
{% for item in metadata["update"] %} {% endfor %}
{{ _("Date") }} {{ _("Version") }} {{ _("Author") }} {{ _("Update content") }}
{{ item.date }} {{ item.version }} {{ item.author }} {% if item.content is iterable and (item.content is not string and item.content is not mapping) %}
    {% for content in item.content %}
  • {{ content }}
  • {% endfor %}
{% else %} {{ item.content }} {% endif %}
{% endif %}
{% block content %} {{ body|safe }} {% endblock %}
{{ toc|safe }}
{% for item in footer_js_items %} {{ item|safe }} {% endfor %} {% endblock %}