Jinja Templating

Jinja templating is specifically ignored in output, and so can be used as normal. Tags will be ignored, and not even rendered as a block <p> element, and similarly inline elements will be ignored.

Explicitly Ignoring Templating

If there are issues with ignoring the template output (as it may contain markdown formatting) it can be surrounded by HTML that will cause it to be explicitly ignored, by using <div> for blocks and <span> for inline elements.