{% set is_home_page = '/'.join((url or config.link or '').rstrip('/').split('/')[3:]).split('?')[0].split('#')[0] == '' %} {% set is_guestbook_page = (url or '').rstrip('/').endswith('/guestbook') %}
{% if is_guestbook_page %} {% else %} {% endif %} {% if config.webmention_url %} {% endif %} {% if config.external_links %} {% for external_link in config.external_links %} {% endfor %} {% endif %} {% if config.activitypub_profile_url %} {% if config.activitypub_link and config.activitypub_link.rstrip('/') != config.link.rstrip('/') %} {% endif %} {% endif %} {% if is_home_page and config.categories %} {% for category in config.categories %} {% endfor %} {% endif %} {% if not is_home_page and (tags or config.categories) %} {% if config.categories %} {% for category in config.categories %} {% endfor %} {% endif %} {% if tags %} {% for tag in tags %} {% endfor %} {% endif %} {% endif %} {% if not is_home_page %} {% endif %} {% if styles %} {% for style in styles %} {% endfor %} {% endif %}