{% extends "kiwi/subbase.html" %} {% load kiwimarkup %} {% load kiwiwiki %} {% block head_title %}{{ block.super }} - {{ wikipageObject.title }}{% endblock %} {% block header_pathline_content %} {% pathline wikipageAll wikipageObject.id %} {% endblock %} {% block content %}

{{ wikipageObject.title }}

{% wiki2xhtml_render wikipageObject.text wikipageAllPub attachment_items %} {% if W2X_Summary %}
{{ W2X_Summary }}
{% endif %} {{ W2X_Xhtml }} {% attached_files_widget wikipageObject %}
{% include "kiwi/credits_widget.html" %}
{% endblock %}