Hello,
As described in the following section, we can take advantage of the whitespace trimming in Hugo templates.
But my question is… when should I use it?
- Always
- Whenever appropriate, except when the template syntax includes some logic ( “if”/“with”/“range”) or includes (“partial”/“template”)
I’d like to know what’s the best practice for using this feature.