Skip to content

templates

Tiago Jesu edited this page Oct 29, 2018 · 2 revisions

Html templates

Structure

pATLAS is composed by several html templates, but the main html file served in / or /index is index.html. Then several other html templates are loaded using Jinja2. All html templates are available in patlas.db_manager.db_app.templates.

Custom javascript modules are loaded in the html and all external dependencies are handled by webpack and imported in a single bundle.min.js in the index.html.

Clone this wiki locally