9 lines
No EOL
107 B
HTML
9 lines
No EOL
107 B
HTML
<html>
|
|
<head>
|
|
<title>Blog</title>
|
|
</head>
|
|
<body>
|
|
{% for post in posts %}
|
|
{% endfor %}
|
|
</body>
|
|
</html> |