Y
Hacker News
new
|
ask
|
show
|
jobs
by
robertlagrant
1106 days ago
Django doesn't use Jinja, does it? I thought it did its own thing.
2 comments
gkhartman
1106 days ago
They have their own template engine, but it can be swapped for Jinja2 optionally.
link
agumonkey
1106 days ago
yeah my bad, but django and jinja are similar in nature, it's "fat" html template with inheritance and blocks.
link