Files
Dyxless/dyxless/templates/index.html

10 lines
170 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
Dyxless
</h1>
<h2 class="subtitle">
Заготовка web-приложения
</h2>
{% endblock %}