{% block title %}
{% if settings.PARENT_SITE_NAME %} {{ settings.PARENT_SITE_NAME }} - {% endif %} Blogs
{% endblock %}
{% load static %}
Blogs
{% if user.is_authenticated %}
New Post
Drafts
{% block dropdown_options %} {% endblock %}
{% endif %}
{% if messages %}
{% for message in messages %} {{ message }}
{% endfor %}
×
{% endif %} {% block content %} {% endblock %}
{% block scripts %} {% endblock %}