extends and importnwt use different base path
enthus1ast opened this issue · 0 comments
enthus1ast commented
when curdir is:
C:\Users\david\projects\nimja
then this is valid:
{% importnwt ../../tests/templates/blockMasterWithContent.html %}
{% extends ./tests/templates/blockMasterWithContent.html %}{% block title %}one{%endblock%}{%block mybody%}two{%endblock%}
tested from dynamicAgain branch.