{% extends 'main/base.html' %} {% load static %} {% load i18n %} {% block title %}Medical Website{% endblock title %} {% block body %}

{% trans "Blogs on Treatments, Diseases, Prices and much more!" %}

{% trans "Recent Blogs" %}

{% for post in posts %}
blog-1
{{ post.title }}

{{ post.about }}

{% endfor %}
{% endblock body %}