[uiux] change index template
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
SouthFox 2023-08-14 20:10:33 +08:00
parent 36ae86fe6a
commit ab4e11b7ab

View file

@ -3,7 +3,7 @@
<title>Index</title>
</head>
<body>
<h1>Test</h1>
<h1>Index</h1>
{% for status in statues recursive%}
{{ status.content | safe }}
{{ status.created_at }}