{% extends "base.html" %} {% block pagename %}mainpage{% endblock %} {% block title %}Лунапарк пользователя {{ user.login }}{% endblock %} {% block body %}
{% include "mainpage_tanks.html" %} {% include "mainpage_projects.html" %} {% if user_pandora_binaries %} {% include "mainpage_pandora_binaries.html" %} {% endif %} {% if user_ammo %} {% include "mainpage_ammo.html" %} {% endif %}
{% include "mainpage_stream.html" %}
{% endblock %}