Artberry-web/templates/index.html
2025-04-18 17:03:53 +03:00

14 lines
473 B
HTML

{% extends "content.html" %}
{% include 'subnav.html' %}
{% block title %}🫐videos - artberry🫐{% endblock %}
{% block new_content %}
<div class="container new-content">
<a class="new-content-text">НОВИНКИ (Updated for Videos)</a>
<button class="view-more-button"><span class="new-context-button-text">Смотреть Больше</span></button>
</div>
{% endblock %}
{% block content %}
{% include 'tags_list.html' %}
{% endblock %}