summary refs log tree commit diff stats
path: root/src/views/term.njk
blob: 6ac932e7d66b37bef1061b39474715ba3191a101 (plain)
1
2
3
4
5
6
7
{% extends "layouts/main.njk" %}

{% block body %}
{% for post in posts %}
  {{ post.data.get('title') }}
{% endfor %}
{% endblock %}