-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Description
<title>Мой сайт</title>
Главная
Топ-продажи
```
<main>
{% block content %}
<!-- Блок с контентом, который будет заполняться в дочерних шаблонах -->
{% endblock %}
</main>
<footer>
<!-- Футер сайта -->
</footer>
<!-- Файл top-sellers.html -->
{% extends 'base.html' %}
{% block content %}
<h1>Топ-продажи</h1>
<!-- Контент шаблона top-sellers.html -->
{% endblock %}
Metadata
Metadata
Assignees
Labels
No labels