2023-07-30 20:48:50 +08:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Index</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-08-14 20:10:33 +08:00
|
|
|
<h1>Index</h1>
|
2023-07-30 20:48:50 +08:00
|
|
|
{% for status in statues recursive%}
|
|
|
|
{{ status.content | safe }}
|
2023-07-30 21:09:07 +08:00
|
|
|
{{ status.created_at }}
|
|
|
|
<hr/>
|
2023-07-30 20:48:50 +08:00
|
|
|
{% endfor %}
|
|
|
|
</body>
|
|
|
|
</html>
|