{% extends "base.html" %}
{% set title = config.site_name %}
{% if page and page.title and not page.is_homepage %}
{% set title = config.site_name ~ " - " ~ page.title | striptags %}
{% endif %}
{% set assets = config.site_url ~ 'assets' %}
{% block extrahead %}
{% endblock %}
{% block announce %}
If you like this project and use it, consider sponsoring it via
GitHub Sponsors
{% endblock %}