Templates: components
Template components are written in JinjaX and should have a file extension of .jinja
and be placed in a components
subdirectory of your templates directory, like:
templates/
├── base.html
├── components
│ └── MyComponent.jinja
├── WebPage.html
└── WebSite.html
More information
For more information, see the JinjaX documentation at https://jinjax.scaletti.dev/guide/.