{{ post.content|linebreaks }}
{% extends 'base.html' %} {% load static %} {% block title %}{{ post.title }}{% endblock %} {% block meta_description %}{{ post.excerpt }}{% endblock %} {% block content %}
{{ post.published_date|date:"F j, Y" }} · By {{ post.author }}
{{ recent.published_date|date:"F j, Y" }}
No recent posts.
{% endif %}