{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags roost_tags %} {% block title %}{{ page.seo_title|default:page.title }}{% endblock %} {% block meta %} {% if page.search_description %} {% endif %} {% social_meta page.seo_meta %} {% endblock %} {% block extra_head %} {% if page.rss_enabled %} {% endif %} {% endblock %} {% block content %} {{ page.title }} {% if page.image %}{% image page.image width-1200 %}{% endif %} {% if page.intro %}{{ page.intro|richtext }}{% endif %} {% if page.rss_enabled %} RSS {% endif %} {% if subsections %} {% for subsection in subsections %} {{ subsection.title }} {% endfor %} {% endif %} {% for article in articles %} {% include "roost/includes/_article_card.html" %} {% empty %} No articles yet. {% endfor %} {% if latest_bucket %} Archive: {{ latest_bucket.label }} {% endif %} {% endblock %}
No articles yet.