ようこそ SNS へ!

{% if current_user.is_authenticated %}

こんにちは、{{ current_user.username }}さん!

ログアウト | 新規投稿

あなたの投稿

{% for post in current_user.posts %}

{{ post.caption }}

投稿日: {{ post.timestamp.strftime('%Y-%m-%d %H:%M') }}

{% endfor %} {% else %}

ログイン または 新規登録してください。

{% endif %} {% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}