{% with title="Guestbook", url=config.link + "/guestbook", description="Guestbook - messages and mentions", type='page', image=None, skip_header=not config.header, styles=['/css/blog.css'] %} {% include 'common-head.html' %} {% endwith %}

📝 Guestbook

Messages and mentions from across the web. {% if config.enable_webmentions %} You can mention this site via Webmention. {% endif %} {% if config.enable_activitypub and config.activitypub_profile_url %} You can also mention {{ activitypub_handle or '@' + config.activitypub_username }} on the Fediverse. {% endif %}

{% include 'icons/rss.html' %} Atom {% include 'icons/rss.html' %} RSS

{% if webmentions %}
{{ webmentions | safe }}
{% endif %} {% if ap_interactions %}
{{ ap_interactions | safe }}
{% endif %} {% if not webmentions and not ap_interactions %}

No messages yet. Be the first to leave a note!

{% endif %}
{% include 'footer.html' %} {% include 'common-tail.html' %}