I'm trying to write a
base template with blocks witch after in a
child template to reuse only some blocks from the base template and I followed global alias help for dust
but when I use them with partial doesn't want to work.
but I need to separate the blocks in other files.
Can some one help? I there any other way of doing this?
If now there is an real issue with this maybe I can contribute to dust and try to fix this.
PS: from the main examples it seem that blocks are global when included from partials, but this is the other way around.
I'm trying to write a base template with blocks witch after in a child template to reuse only some blocks from the base template and I followed global alias help for dust but when I use them with partial doesn't want to work.
greeting.dust
partial_end.dust
partial_begining.dust
In only one file it works like this:
greeting_begining.dust
but I need to separate the blocks in other files. Can some one help? I there any other way of doing this? If now there is an real issue with this maybe I can contribute to dust and try to fix this.
PS: from the main examples it seem that blocks are global when included from partials, but this is the other way around.