{% extends "base.html" %} {% from "macros/feed-links.html" import feed_autodiscovery with context %} {% block feed_head %} {% if this._path == '/' %}{{ feed_autodiscovery('https://www.labyricorn.com/feed.xml', 'https://www.labyricorn.com/rss.xml', 'Labyricorn - Recent Activity') }}{% endif %} {% endblock %} {% block body %} {% if this._path == '/' %} {% include "home.html" %} {% else %} {{ this.eyebrow }} {{ this.summary }} {% if this.updated %}Last updated {{ this.updated|dateformat('long') }}{% endif %} {{ this.body }} {% endif %} {% endblock %}
{{ this.eyebrow }}
Last updated {{ this.updated|dateformat('long') }}