{% extends "/themes/default/index.html" %}
{% block css %}
{{ parent() }}
{% endblock %}
{% block main %}
{% include "/themes/default/constructor/pin/elements/title.html" %}
{% include "/themes/default/constructor/pin/elements/pechatalka.html" %}
{% endblock %}
{% block js %}
{{ parent() }}
{% endblock %}