6 lines
140 B
HTML
6 lines
140 B
HTML
|
<title>{{ site.name }}</title>
|
||
|
|
||
|
{% for article in articles %}
|
||
|
<h3>{{ article.title }}</h3>
|
||
|
<p>{{ article.summary }}</p>
|
||
|
{% endfor %}
|