Jinja AdminLTE
Jinja Template starter generated by the AppSeed platform on top of AdminLTE Design.
Last updated
Was this helpful?
Jinja Template starter generated by the AppSeed platform on top of AdminLTE Design.
Last updated
Was this helpful?
Jinja Template project generated by AppSeed on top of AdminLTE, the iconic dashboard template. The project is a super simple Flask project WITHOUT database, ORM, or any other hard dependency. The starter can be used as a codebase for a future project or to migrate the Jinja files and assets to a legacy Python-based project that uses Jinja as the template engine (Flask, Bottle, Django).
Features:
Codebase:
Render Engine: Flask / Jinja2
Deployment scripts: Docker, Gunicorn/Nginx, HEROKU
Links
- source code
- LIVE deployment
(Email and LIVE on Discord) for registered users.
is a modern and designer-friendly templating language for Python, modeled after Django’s templates. It is fast, widely used, and secure with the optional sandboxed template execution environment. Jinja is basically an engine used to generate HTML or XML returned to the user via an HTTP response.
Read more about
- prepare your workstation
- start the project in the local environment
- explains how the project files are organized
: Docker and HEROKU
AdminLTE is a popular open-source template for admin dashboards and control panels. It is a responsive HTML template that is based on the Bootstrap CSS framework. It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. AdminLTE is based on a modular design, which allows it to be easily customized and built upon.
- more information provided by AppSeed
- product page (HTML version)