{% load blog_tags %} {% load static %} {% block title %}{% endblock %}
Total Post {% total_tags %}
{% show_latest_post %}
{% block content %} {% endblock %}
Most Commented Post
{% get_most_commented_posts as most_commented_posts %} {% for post in most_commented_posts %} {{ post.comments.count }} {{ post.title }} {% endfor %}