12 lines
178 B
HTML
12 lines
178 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Index</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Test</h1>
|
||
|
{% for status in statues recursive%}
|
||
|
{{ status.content | safe }}
|
||
|
{% endfor %}
|
||
|
</body>
|
||
|
</html>
|