Getting indentation to work in templates

There was a discussion on this which was closed, but it’s still an issue. Basically, when you create a template you need to use indentation to show that the indented lines beneath the template belong to that template. But you don’t necessarily want the lines to be indented when the template is invoked. I recently discovered the template-including-parent: false option which ensures that lines within template are moved up one indentation level. This works when adding the template via the `/template’ command. However, this does not seem to work for the template which is automatically used in my daily journal pages (specified in .edn). Has anyone got this to work?

Okay. It’s working now!! (Top tip for solving a problem - post about it, and it will go away!)