You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ellar has built-in support for Jinja2, which is a popular template engine for HTML. This feature allows for easy and efficient HTML templating similar to that of Flask. Jinja2 can be used to create reusable templates, and to insert dynamic data into HTML pages. It also has support for template inheritance, control structures, and other useful features that can help to simplify and streamline the process of creating HTML templates.
@@ -291,8 +298,3 @@ Ellar has built-in support for Jinja2, which is a popular template engine for HT
291
298
```
292
299
293
300
See the [Doc](https://eadwincode.github.io/ellar/templating/templating/) for more examples.
294
-
295
-
## Project Status
296
-
Project is still in development
297
-
- Documentation - (in progress)
298
-
- Database Plugin with [Encode/ORM](https://github.com/encode/orm)
0 commit comments