1<div class="post">
2 <h2 id="{{ post.title | slugify }}">
3 <a href="{{ post.url }}">{{ post.title }}</a>
4 </h2>
5 {{ post.excerpt }}
6 <p>
7 <a href="{{ post.url }}">read more...</a>
8 </p>
9 <small><p>{{ post.date | date_to_string }}</p></small>
10</div>