{% include "metadata.njk" %} {% if tags and (tags.includes('nowBurning') or tags.includes('status')) %} {% endif %} {% if tags and tags.includes('blogroll') %} {% endif %} {% if tags and tags.includes('galleryImage') %} {% endif %} {% if tags and tags.includes('metadata') %} {% endif %} {% if tags and tags.includes('navigator') %} {% endif %} {% if tags and tags.includes('profilePic') %} {% endif %} {% if tags and tags.includes('postList') %} {% endif %} {% if tags and tags.includes('tagList') %} {% endif %} {% if tags and (tags.includes('posts') or tags.includes('now')) %} {% endif %} {% if tags and tags.includes('guestbook') %} {% endif %} {% if tags and tags.includes('quiz') %} {% endif %} {% if includeTOC %} {% endif %} {% if search %} {% endif %} {% if not excludeProfilesFromHead %}{% for link in metadata.socialLinks %}{% if not link.excludeFromHead %}{% endif %}{% endfor %}{% endif %} {% include "structuredData.njk" %} {% include "analytics.html" %} {% include "header.njk" %}
{% if includeTOC %}

{{ h1 }}

Table of Contents {{ content | toc(tags=['h2', 'h3', 'h4'], wrapper='div') | removeHash | safe }}
{{ content | safe }}
{% endif %} {% if not includeTOC %}
{{ content | safe }}
{% endif %}
{% include "footer.njk" %} {% include "weather.njk" %} {% include "wooMode.njk" %}