</header>
<main>
{{~ it.posts: post}}
- <article class="h-entry" id="{{= post.id}}">
+ <article class="h-entry" id="{{= post.index + 1}}">
{{= post.html}}
</article>
- <hr>
+ <hr class="separator">
{{~}}
{{? it.posts.length === 0}}
<h1>This is a fresh blog!</h1>