{% extends "feed/layout.html" %} {% load static %} {% block searchform %}
{% endblock searchform %} {% block content %}
{% if not posts %}

No posts match the tag provided!

{% endif %} {% for post in posts %} {% endfor %}
{% endblock content %} {% block jsfiles %} {% endblock jsfiles %}