{% extends "content_base.html" %} {% block content %}
{% for post in feed.posts %} {% include feed.config.card_template %} {% endfor %}
{% endblock %}