{% extends "base.html" %} {% block title %}{{ post.title }}{% endblock %} {% block content %}
Article

{{ post.title }}

{{ post.author.username[0].upper() }}
{{ post.author.username }}
{{ post.created_at.strftime('%B %d, %Y') }}
{{ post.content | safe }}
{% endblock %}