{% extends 'main/layout.html' %} {% block title %}{{ page.title}} — {{ blog_user.blog_title }}{% endblock %} {% block meta_description %}{{ page.body|truncatewords:16 }}{% endblock %} {% block content %} {% if blog_user.blog_title %} {{ blog_user.blog_title }} {% endif %} {{ page.title }} {% if request.user.is_authenticated and request.subdomain == user.username %} Last updated on {{ page.updated_at|date:'F j, Y' }} | Edit page | Del {% endif %} {{ page.body_as_html|safe }} {% include 'partials/webring.html' %} {% include 'partials/footer_blog.html' %} {% endblock %} {% block scripts %} {% if not blog_user.comments_on %} {% endif %} {% endblock %}