{% extends "myapp/partials/layout.html" %} {% load static %} {% block title %}Home{% endblock title %} {% block content %} {% comment %} Slider {% endcomment %}
{% comment %}Blogs{% endcomment %}

Blogs

{% for blog in blogs %}
{% include "myapp/partials/item_blog.html" %}
{% endfor %}
{% comment %}Submit blog{% endcomment %}

Submit Blog

Share your thoughts and knowledge with the world
{% comment %}Voice of south asia{% endcomment %}

Voice of South Asia

{% for blog in highlights.blogs %}
{% include "myapp/partials/item_blog.html" %}
{% endfor %} {% for publication in highlights.publications %}
{% include "myapp/partials/item_publication.html" %}
{% endfor %}
{% comment %}Videos{% endcomment %}

Videos

{% for video in videos %} {% include "myapp/partials/item_video.html" %} {% endfor %}
{% comment %}Km{% endcomment %}

Kamla Bhasin

Kamla Bhasin was an Indian developmental feminist activist, poet, author and social scientist. Bhasin's work, that began in 1970, focused on gender education, human development and the media. She lived in New Delhi, India.

Know More...
{% comment %}Publications{% endcomment %}

Publications

{% for language in languages %} {% include "myapp/partials/item_language.html" %} {% endfor %}
{% endblock content %} {% block scripts %} {% endblock scripts %}