MultiBlogs
    {% for cat in category %}
  • {{ cat }}
  • {% endfor %}
  • {% if cat_count > 4 %} More Categories {% endif %}
    {% if request.user.is_authenticated %}
  • Dashboard
  • {% else %}
  • Login Now
  • {% endif %}