This repository has been archived on 2025-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
blog-software/example_workdir/template/index.html
2024-05-23 16:16:02 +02:00

6 lines
No EOL
140 B
HTML

<title>{{ site.name }}</title>
{% for article in articles %}
<h3>{{ article.title }}</h3>
<p>{{ article.summary }}</p>
{% endfor %}