{% extends "theme1/base.html" %}{% load placeholder_tags %} {% block headtitle %}{{ page.title }}{% endblock %} {% block main %}

{{ page.title }}

{% page_placeholder "main1" title="Main content" %}
{% endblock %}