Folder Structure

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

1. Velzon Bottle Folders
Folder Path Uses

src

Admin/default/src All src files here.

views

Admin/default/views All html files here.

apps.py

Admin/default Apps files here.

components.py

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

dashboards.py

Admin/default Dashboards files here.

layouts.py

Admin/default Layouts files here.

pages.py

Admin/default Pages files here.

main.py

Admin/default Main files here.

gulpfile.js

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

package.json

Admin/default package.json files here.
2. Velzon Bottle 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.