--- layout: base.njk --- {% if not omitTOC %}
{{ content | toc('{"tags":["h2", "h3"],"wrapper":"span"}') | safe }}
{% endif %}
{{ content | safe }}