packages feed

pencil-1.0.0: examples/Blog/site/post-list.html

<ul>
  ${for(posts)}
    ${partial("post-bullet.html")}
  ${end}
</ul>