{% extends 'main/layout.html' %} {% block title %}{{ blog_user.blog_title|default:blog_user.username }}{% endblock %} {% block meta_description %}{{ blog_user.blog_byline|default:"" }}{% endblock %} {% block head_extra %} {% if blog_user.blog_byline %} {% endif %} {% endblock %} {% block content %}
{% if blog_user.blog_title %}

{{ blog_user.blog_title }}

{% endif %} {% if blog_user.blog_byline %}
{{ blog_user.blog_byline_as_html|safe }}
{% endif %} {% if request.user.is_authenticated and request.subdomain == request.user.username and drafts %}
Drafts
{% endif %}
{% include 'partials/webring.html' %} {% include 'partials/footer_blog.html' %} {% endblock %}