{% for item in header_items %} {{ item|safe }} {% endfor %} {% if title %}{{ title }} - {% endif %}{{ site_name }}

{{ article_title }}

    {% for tag in tags %}
  • {{ tag }}
  • {% endfor %}
{% if date %} {% endif %}
{% if show_source %} {% endif %}
{% if "update" in metadata %}
{{ _('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 %}
{{ body }}
{{ toc|safe }}
{% for item in footer_js_items %} {{ item|safe }} {% endfor %}