{% extends "site_base.html" %} {% load i18n %} {% load waliki_tags %} {% block header %}
{% block actions %}
{% trans "Edit" %}
{% endblock actions %}
{% block title %}

{{ page.title }}

{% endblock title %} {% endblock header %} {% block content %} {% if page %} {{ page.body|safe }} {% else %}

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

{% trans "Create it" %}

{% endif %} {% if page.footer %} {% endif %} {% endblock content %} {% block extra_script %} {% endblock %}