foxhole/templates/index.html
SouthFox ab4e11b7ab
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
[uiux] change index template
2023-08-14 20:10:33 +08:00

13 lines
217 B
HTML

<html>
<head>
<title>Index</title>
</head>
<body>
<h1>Index</h1>
{% for status in statues recursive%}
{{ status.content | safe }}
{{ status.created_at }}
<hr/>
{% endfor %}
</body>
</html>