{{ post.title }}
{{ post.content }}
{% trans 'Posted on' %} {{ post.pub_date|date:"Y M d" }} {% trans 'by' %} {{ post.author }}
{% extends "base.html" %} {% load i18n %} {% block title %}{{ post.title }}{% endblock %} {% block content %}
{{ post.content }}
{% trans 'Posted on' %} {{ post.pub_date|date:"Y M d" }} {% trans 'by' %} {{ post.author }}