{% load shared_tags %}

{{ title }}

{{ subtitle }}

{% for item in top_n %}
{{ item.updated_on | date:"D, F d"}} / {{ item.author.name}}

{{ item.title }}

{{ item.formatted_markdown | add_img_class | safe }}

link
{% endfor %}