{% extends 'base.html' %} {% load filters %} {% block title %}Главная{% endblock %} {% block content %}
{{ block.name }} |
{% with mark=block|mark_for_block:user %}
{% if mark|marked %}
{{ mark }}
{% endif %}
{% endwith %}
|