Skip to content

Работа #307

@Gitfixing

Description

@Gitfixing
<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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions