{% load layout %}{% load i18n %} {% block title %}BookWyrm{% endblock %} | {{ site.name }} {% if request.user.is_authenticated and active_announcements.exists %}
{% for announcement in active_announcements %} {% include 'snippets/announcement.html' with announcement=announcement %} {% endfor %}
{% endif %}
{% block content %} {% endblock %}
{% block scripts %}{% endblock %}