{% extends 'website/base/base.html' %} {% block title %} Blogs {% endblock %} {% block meta_description %}Read our latest software development guide for learning and exploring the new methods and ways of developing customized software.{% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {% for blog in blogs %} {{ blog.date|date:"d" }}{{ blog.date|date:"M" }} {{ blog.title }} Read More {% endfor %} {% block javascripts %} {% endblock javascripts %} {% endblock content %}