{#
tags: {% for tag in page.taxonomies.tags %} {{ tag }}{% if loop.index != page.taxonomies.tags | length %},{% endif %} {% endfor %} {% endif %} {% endif %}
        {% if page.extra.tldr %}
            {{ page.title }}
#} {{ post_macros::page_header(title=page.title) }} {% if page.date %} {% if page.taxonomies and page.taxonomies.tags %}tags: {% for tag in page.taxonomies.tags %} {{ tag }}{% if loop.index != page.taxonomies.tags | length %},{% endif %} {% endfor %} {% endif %} {% endif %}
                tl;dr:
                {{ page.extra.tldr }}
            
        {% endif %}
        {# Optional table of contents #}
        {% if config.extra.toc | default(value=false) %}
            {% if page.toc %}
                Table of Contents
- 
                {% for h1 in page.toc %}
                    
- 
                        {{ h1.title }}
                        {% if h1.children %}
                            - 
                                {% for h2 in h1.children %}
                                    
- {{ h2.title }} {% if h2.children %}
- {{ h3.title }} {% endfor %}
 - 
                                        {% for h3 in h2.children %}
                                            
 {% endfor %}