diff --git a/templates/index.html b/templates/index.html index 72e58c8..4d0896e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,6 +6,8 @@

Test

{% for status in statues recursive%} {{ status.content | safe }} + {{ status.created_at }} +
{% endfor %}