{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags roost_tags %} {% block title %}Tag: {{ tag.name }}{% endblock %} {% block meta %} {% if tag.description %} {% endif %} {% social_meta tag.seo_meta %} {% endblock %} {% block extra_head %} {% if tag.rss_enabled %} {% endif %} {% endblock %} {% block content %}

{{ tag.name }}

{% if tag.image %}{% image tag.image width-1200 %}{% endif %} {% if tag.description %}{{ tag.description|richtext }}{% endif %} {% if tag.rss_enabled %} RSS {% endif %}
{% for article in articles %} {% include "roost/includes/_article_card.html" %} {% empty %}

No articles yet.

{% endfor %}
{% endblock %}