{{ post.title.strip('\n') }}
{{ post.cooked_time }}
{{ post.content|safe }}
{%- extends "layout.html" %}
{%- block body %}
{%- if posts %}
{%- for post in posts %}
{%- if post %}
{{ post.title.strip('\n') }}
{{ post.cooked_time }}
{{ post.content|safe }}