{% extends 'base.html' %} {% block content %}

{{single_blog.title}}

Posted on {{single_blog.created_at}} by {{single_blog.auther}}
{{single_blog.category}}
...

{{single_blog.short_description}}

{{single_blog.blog_body}}

Categories

{% if social_links %}

Follow Us

    {% for i in social_links %}
  1. {{i.platform}}
  2. {% endfor %}
{% endif %}
{% endblock %}