{% extends "zola-clean-blog/templates/index.html" %} {% block header %}

RSS

RSS feeds
{% endblock header %} {% block content %}
{{ page.content | safe }}

Tags

    {% set tags = get_taxonomy(kind="tags") %} {% for tag in tags.items %}
  • {{ tag.name }}
  • {% endfor %}
{% endblock content %}