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

Welcome to a list of all detail post

Posts detail:

Author: {{post_detail.author}}

Title: {{post_detail.title}}

{{post_detail.text}}

{% endblock %}