{% extends "main.html" %} {% block header %} {% include "partials/logo.html" %} {{ config.site_name }} {% if page.meta and page.meta.title %} {{ page.meta.title }} {% else %} {{ page.title }} {% endif %} {% if config.theme.palette %} {% if not config.theme.palette is mapping %} {% include "partials/palette.html" %} {% endif %} {% endif %} {% if not config.theme.palette is mapping %} {% include "partials/javascripts/palette.html" %} {% endif %} {% if config.extra.alternate %} {% include "partials/alternate.html" %} {% endif %} {% if config.repo_url %} {% include "partials/source.html" %} {% endif %} {% endblock %} {% block hero %} Treefmt {{ config.site_description }} Get started Contribute {% endblock %} {% block tabs %}{% endblock %} {% block site_nav %}{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %}
{{ config.site_description }}