📝 Life Log App

{% for e in entries %}
{{ e.created_at }}

{{ e.title }}

{{ e.content | replace('\n', '
') | safe }}

{% if e.image %} {% endif %}
{% if e.type == 'todo' %}
{% endif %} 編集
{% endfor %}