{% extends "base.html" %} {% block title %}Images ranking{% endblock %} {% block content %}

Images ranking

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