{{ page.tabtitle }}
{% for post in site.posts %} {% if post.topics contains page.title %}

{{ post.title }}

{{ post.pub }}
{% for topic in post.topics %} {{topic}} {% endfor %}
{{ post.short_desc }}
{% endif %} {% endfor %}