{% extends "base.html" %} {% block title %}{{ author.name }} | ddb_single Blog{% endblock %} {% block content %}
{{ author.email }}
{{ author.bio }}
{{ post.created_at }}
{{ post.content | truncate(100) }}
まだ記事がありません。