---
layout: default
---

<h1>Posts: {{ page.title }}</h1>

<p><a href="{{ site.baseurl }}/news/posts/" >All posts</a></p>

{{ content }}

{% for post in site.tags[page.tag] %}
    {% include post_link.html %}
{% endfor %}