<div class="post">
  <h2 class="heading">
    <a href="{{post.url}}">{{post.title}}</a>
  </h2>
  {% if post.date %}
  <p class="date">{{post.date | date_to_string}} (by Jan-Erik)</p>
  {% endif %}

  {{post.content}}
</div>