What are good extensions for partials?
I want to create a partial which just outputs a formatted entry line (like for the Search or Tagged page).
When I read the Blot doco on the template language, partials have the extension .mustache
, but all existing partials in the given templates have .html
as the ending.
What's the best extension to use? Does .mustache
work? Or should we stick to .html
?
Please stick to HTML, per the convention followed in the Blot templates. I'll update the Mustache documentation, thanks for bringing it to my attention
Answered 2 years ago · Edit answer