Skip to main content
DjangoKit Log In

Layouts

Layouts work the same way as standard Django layouts using extends and blocks.

By convention, there's typically a root layout at routes/layout.html and section and/or nested layouts are located at routes/<path>/layout.html, but you could also choose to use routes/layouts for all layouts or whatever other organization makes sense for a given app.