{% extends 'base.html' %} {% load i18n %} {% block content %} {{ page.title }} {% if page.image %} {% endif %} {{ page.content|safe }} {% endblock %}