{% block head_include %}{% endblock %}
Alive CMS
{% if menu %} {{menu.view|safe}} {% endif %}
{% if user.is_authenticated %} Welcome {{user.get_full_name}}
Logout
{% endif %} {% block content %}{% endblock %}