{% extends "internal/base.html" %} {% import "internal/post-card.html" as card %} {% block content %}

{{feed.name}}

{{feed.shortDescription}}

{{feed.longDescription}}

Recent posts

View all posts →
{% for post in posts[:6] %} {{ card.card(post, site, now) }} {% endfor %}
{% endblock %}