OrchardCore version: 2.1.6
Background:
We have many liquid template files and some of them has a similar logic. I hope I can define a partial view with a liquid template file and use them in other liquid templates files.
For example:
I have a filter box liquid template, I want to use it in other template. I can use it with the codes just like below:
Anyone can give some suggestions ? Thanks.