{% extends "sidebar_layout.html" %} {% load text_filters %} {% load paginator %} {% block title %} Закладки — {{ block.super }} {% endblock %} {% block feed_content %}
Мои закладки
{% for post in posts %} {% include "posts/items/items.html" with show_bookmark_controls=True is_bookmark=True%} {% endfor %} {% if not posts %}
Сюда можно сохранять всякие крутые посты, используя волшебный флажочек
{% endif %}
{% paginator posts %}
{% endblock %}