{% extends 'components/shell.html' %} {% from 'components/card_list.html' import card_list %} {% from 'components/cards/post.html' import post_card %} {% from 'components/ads.html' import slider_ad, header_ad, footer_ad %} {% block content %} {{ slider_ad() }}

Posts

{% include 'components/paginator.html' %}
{{ header_ad() }} {% call card_list() %} {% for post in results %} {{ post_card(post) }} {% else %}

Nobody here but us chickens!

There are no posts for your query.

{% endfor %} {% endcall %} {{ footer_ad() }}
{% include 'components/paginator.html' %}
{% endblock %}