{% extends 'site/base.html' %} {% load static %} {% block title %} {% endblock title %} {% block css %} {% endblock css %} {% block content %} blog grid Home Blog grid Show : 12 24 36 Short by : default recent featured recommend {% if blogs %} {% for blog in blogs %} {{ blog.author }} {{ blog.publish_date|date:"F d, Y" }} {{ blog.title|truncatechars_html:70 }} {{ blog.content|safe|truncatechars_html:150 }} read more {% endfor %} {% else %} No blogs available at the moment. {% endif %} Showing 12 of 60 Results 1 2 3 ... 60 Find blogs popular feeds {% if popular_feeds %} {% for popular_feed in popular_feeds %} {{ popular_feed.title }} {{ popular_feed.publish_date|date:"F d, Y" }} {% endfor %} {% else %} Popular blogs are not available. {% endif %} top categories {% if top_categories %} {% for top_categorie in top_categories %} {{ top_categorie.name }} {{ top_categorie.count }} {% endfor %} {% else %} Top categories are not available. {% endif %} popular tags {% if popular_tags %} {% for popular_tag in popular_tags %} {{ popular_tag.name }} {% endfor %} {% else %} Popular tags are not available. {% endif %} follow us {% if social_media %} {% for profile in social_media %} {% if profile.name == 'Facebook' %} {% elif profile.name == 'Twitter' %} {% elif profile.name == 'LinkedIn' %} {% elif profile.name == 'Pinterest' %} {% elif profile.name == 'Instagram' %} {% endif %} {% endfor %} {% else %} No social media profiles available. {% endif %} {% include 'site/includes/newsletter.html' %} {% endblock content %} {% block js %} {% endblock js %}
{{ blog.content|safe|truncatechars_html:150 }}
No blogs available at the moment.
Showing 12 of 60 Results
Popular tags are not available.