Docs: начальная структура проекта
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
6
app/templates/home.html
Normal file
6
app/templates/home.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Главная — ERP WaterSurf{% endblock %}
|
||||
{% block content %}
|
||||
<h1>WaterSurf ERP</h1>
|
||||
<p class="lead">Выберите раздел в меню: Справочники или Документы.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user