This cleans up the indent in the template, removes site_protocol in favour of just specifying the site URL in its entirety, and enables Jinja2's recommended trimming options so that the resulting HTML doesn't contain a bunch of empty (or whitespace only) lines.
PR Summary
This cleans up the indent in the template, removes
site_protocol
in favour of just specifying thesite
URL in its entirety, and enables Jinja2's recommended trimming options so that the resulting HTML doesn't contain a bunch of empty (or whitespace only) lines.