Это моя структура:
Код: Выделить всё
C:.
│ run.py
│
├───instance
│ site.db
│
├───jecco
│ models.py
│ routes.py
│ __init__.py
│
├───static
│ style.css
│
└───templates
base.html
Код: Выделить всё
MyProject
Welcome
[url={{ url_for(]Inicio[/url]
Catalogo
Rendimiento
Hello, world!
Код: Выделить всё
.header{
background-color: blueviolet;
display: grid;
grid-template-columns: 1fr 2fr;
}
Подробнее здесь: https://stackoverflow.com/questions/791 ... ot-found-f