Folder Structure

Use below velzon structure for modify and better understand the Velzon.

1. Velzon AIOHTTP Folders
Folder Path Uses

src

Admin/default/src/ All src files here.

templates

Admin/default/templates/ All templates files here.

apps_views.py

Admin/default/ Apps files here.

components_views.py

Admin/default/ Components files here, you can add your custom components.

dashboards_views.py

Admin/default/ Dashboards files here.

gulpfile.js

Admin/default/ Gulp related code. if you don't have knowledge about this then don't modify it.

layouts_views.py

Admin/default/ Layouts files here.

main.py

Admin/default/ Main files here.

pages_views.py

Admin/default/ Pages files here.

routes.py

Admin/default/ Routes files here.

settings.py

Admin/default/ Settings files here.

views.py

Admin/default/ Views files here.

package.json

Admin/default/ package.json files here.
2. Velzon AIOHTTP partials Files
File Path Uses

base.html

templates/partials/base All base structure files here.

footer.html

templates/partials/footer Footer related code. you can modify as per your requirements.

customizer.html

templates/partials/customizer Customizer related code.

sidebar.html

templates/partials/sidebar Sidebar menus related code, you can add new menu here.

topbar.html

templates/partials/topbar Topbar related code here, you can easily customize topbar from here.

css

templates/partials/base Common css placed here,extra css includes in html files.

javascripts

templates/partials/base Common javascript includes here, extra javascript includes in html files.
3. Velzon Layouts Files
File Path Uses

layouts-detached.html

layouts/ Detached layout file here.

layouts-horizontal.html

layouts/ Horizontal layout file here.

layouts-two-column.html

layouts/ Two column layout file here.

layouts-vertical-hovered.html

layouts/ Vertical hovered layout file here.