packages feed

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

<div>
  <h2>${postTitle}</h2>
  <div>${date}</div>
  <div>
    ${if(tags)}
      Tags: ${for(tags)} <a href="${this.url}">${tag}</a> ${end}
    ${end}
  </div>
  <hr />
  <div>
    ${body}
  </div>
</div>