{% load wiki_tags i18n cache sekizai_tags %} {% block wiki_contents %}
{% if not preview %} {% if article.current_revision %} {% cache 6000 article article.current_revision.id %} {{ article.render }} {% endcache %} {% endif %} {% else %} {{ content|default:"" }} {% endif %}
{% endblock %}