{% extends 'base.html' %} {% block content %} {{ post.title }} {{ post.date.strftime('%Y年%m月%d日') }} {{ post.content|safe }} {% endblock %}