{% extends 'layouts/main.django' %} {% block content %} {% if Error %}
{{ Error }}
{% endif %} {% include 'partials/search.django' %} {% if Posts %}
{% for image in Posts %} {{ image.Title }}
ID: {{ image.ID }}
★{{ image.FavouriteCount }}
{{ image.Rating }}
{% endfor %}
{% else %}

No Posts Available

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

{% endif %} {% endblock %}