{% extends 'tutor/base_tutor.html' %} {% block content %}

Feed

{% for feed in feed_list %} {% include 'tutor/single_ad.inc.html' %} {% endfor %} {% endblock content %}