{% 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', '/css/reactions.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 reactions_tree %} {% with utils=utils %} {% include 'reactions.html' %} {% endwith %} {% else %}

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

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