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

They have their own template engine, but it can be swapped for Jinja2 optionally.
yeah my bad, but django and jinja are similar in nature, it's "fat" html template with inheritance and blocks.