{% load i18n staticfiles cms_tags cms_static sekizai_tags menu_tags %} {% page_attribute "page_title" %} {% render_block "css" %} {% cms_toolbar %}

django-ya-model-publisher

{% block content %} {% placeholder "content" %} {% endblock %}
{% include "includes/user_info.html" %} {% if object %}

Some information about 'object' {{ object }}:

{% endif %}

Some information about this current cms page:

{% render_block "js" %}