{% extends "base.html" %} {% load boxes %} {% block page_title %}Our Blogs | {{ SITE_INFO.site_name }}{% endblock %} {% block og_title %}Our Blogs{% endblock %} {% block body_attributes %}class="python blog"{% endblock %} {% block header_content %}

Welcome to the Python Insider

{{ latest_entry.title }}

{{ latest_entry.excerpt|striptags|truncatewords:50|safe }} Read more

{% endblock header_content %} {% block content %}

Latest News

More

{% box 'blogs-subscriptions' %}
{% endblock content %}