{% extends "base.html" %} {% load static %} {% block title %}blog entry{% endblock %} {% block content %}
Published {{ post.publish }} by {% if post.author_profile %} {{ post.author_profile.user.get_full_name }} {% else %} Author information not available {% endif %}