{% block title %} {% if settings.PARENT_SITE_NAME %} {{ settings.PARENT_SITE_NAME }} - {% endif %} Blogs {% endblock %} {% load static %}
{% if user.is_authenticated %} {% endif %}
{% if messages %} {% endif %} {% block content %} {% endblock %}
{% if settings.GA_TRACKING_ID %} {% include 'django-blogs/google_analytics.html' %} {% endif %} {% block scripts %} {% endblock %}