{# RSS autodiscovery: feed readers and browsers find these. `site.feeds` lists one per content type with `feed = true` (empty until base_url is set). #} {% for feed in site.feeds %} {% endfor %}
{% block content %}{% endblock %}