{% extends "base.html" %} {% block title %}Ranking obrazów{% endblock %} {% block content %}

Ranking obrazów

    {% for image in most_viewed %}
  1. {{ image.title }}
  2. {% endfor %}
{% endblock %}