{% extends 'layouts/main.django' %} {% block content %} {% if Error %}
{{ Error }}
{% endif %} {% include 'partials/search.django' %} {% if Posts %} Will Show posts here {% else %}

No Posts Available

It seems there are no posts available at the moment. Check back later or upload a new post.

{% endif %} {% endblock %}