{% extends "pages/page.html" %}{% load mezzanine_tags staticfiles %} {% block extra_css %} {% endblock extra_css %} {% block main %} {{ block.super }} {{ page.article.content|richtext_filters|safe }} {% if page.article.images.all and page.article.show_gallery %} {% endif %} {% if page.article.article_links.all %}

Related:

{% endif %} {% if page.article.siblings %}

Other topics:

{% endif %} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}