I have multiple files in the root folder of content
, like about us.en.md
, advertising.en.md
and etc.
But I need to apply a unique post
template to only one file, let’s say test.en.md
.
It applies \_default\single.html
to all single pages but not test.en.md
, and it should apply test.html
template to test.en.md
only.
How should I define the rule that test.en.md
will be rendered by test.html
template?
If possible, where should I put test.html
?
Thanks.