I’ve been trying to design my templates in a way that the output of the html is nicely indented, but this seems like an impossible task. Especially if you want to keep the templates tidy as well.
The biggest problem is when you indent a partial include tag, only the first line of the partial is indented.
Not indenting the partial, and indenting everything in the partial seems like the cleanest way to solve this at the moment.
Is there a way/fix this indenting behaviour of the partials? Basically I want to have everything from a partial indented if you have it indented in the parent template, not only the first line…
thanks