Closed wolframkriesing closed 4 years ago
In the @extends(src/templates/_base.html) I always have to pass the src/templates too, even though I have set it via tundra.setBase('src/templates'). Is this intended or a bug?
@extends(src/templates/_base.html)
src/templates
tundra.setBase('src/templates')
Hello @wolframkriesing! Yes it is intended, but that will change for the next major release soon. :)
thanks, looking fwd to it
In the
@extends(src/templates/_base.html)
I always have to pass thesrc/templates
too, even though I have set it viatundra.setBase('src/templates')
. Is this intended or a bug?