{% extends 'base.html' %} {% block title %}Главная страница{% endblock %} {% block content %}

Главная страница

{% for item in items%}
{{item.title}}

{{item.short_desc}}

Подробнее
{% endfor %} {% endblock %}