{% extends "waliki/base.html" %} {% load i18n %} {% load waliki_tags %} {% block extra_head %} {{ block.super }} {% entry_point 'detail_extra_head' %} {% endblock %} {% block header %} {% block breadcrums %} {% if breadcrumbs %} {% include 'waliki/breadcrumbs.html' %} {% endif %} {% endblock breadcrums %} {% entry_point 'detail_pre_header' %}
{% entry_point 'detail_actions' %} {% block actions %}
{% block main_action %} {% trans "Edit" %} {% endblock main_action %}
{% endblock actions %}
{% block page_title %}

{{ page.title|default:'' }}

{% endblock page_title %} {% endblock header %} {% block content %} {% entry_point 'detail_pre_content' %} {% if page %} {{ page.body|safe }} {% else %}

{% trans "This page doesn't exist yet." %}

{% csrf_token %}

{% endif %} {% entry_point 'detail_post_content' %} {% endblock content %} {% block extra_content %} {% if page %} {% endif %} {% endblock extra_content %} {% block extra_script %} {% if WALIKI_USE_MATHJAX %} {% endif %} {% if page %} {% endif %} {% endblock extra_script %}