There is a bug in inja where given a template:
skeleton.txt:
{% block data %}some data{% endblock %}
using_skeleton.txt:
If the subconfig does not define anything, it will be generated as empty instead of using the default value. It is fixed by #332. Could I get a review there?
There is a bug in inja where given a template:
skeleton.txt:using_skeleton.txt:If the subconfig does not define anything, it will be generated as empty instead of using the default value. It is fixed by #332. Could I get a review there?