mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 18:56:24 +03:00
10 lines
170 B
HTML
10 lines
170 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
Dyxless
|
|
</h1>
|
|
<h2 class="subtitle">
|
|
Заготовка web-приложения
|
|
</h2>
|
|
{% endblock %} |