{% extends "land/admin_base.html" %} {% block controller %} ng-controller="profileCtrl"{% endblock %} {% block content %} {% if user.is_authenticated %}

Лэндинги

{% verbatim %}
{{ landingpage.title }}
{{ landingpage.body }}
{% endverbatim %} {% include "land/helpers/page_actions.html" %}
{% include "da_login/parts/add_sandbox_button.html" %}
{% endif %} {% endblock %}