Jinja support #165
Labels
👶 good first issue
Good for newcomers
🕵️ needs research
Issue that requires further investigation or information gathering
🧪 needs tests
Feature or change that requires additional tests
🙌 up for grabs
Issues not currently being pursued, but are open for external contributions
Hello,
is this library compatible with Jinja? I have been able to use it with Django templates just fine, but when I wanted to try it in a Jinja template this part stumped me:
I cannot use
load
in Jinja, so I guess there must be another way to getdjango_simple_nav
into the template. Is it possible to use Jinja, and if not, then what would it take to get Jinja compatibility?The text was updated successfully, but these errors were encountered: