{% extends 'qary_app/qary_app_base.html'%} {% block body_block%}

Welcome to a list of all Posts

    {% for p in posts %}

  1. {{p.title}}
  2. {%endfor%}
{% endblock %}