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

{% block body %}

{{ post.data.title }}

{{ post.body | safe }}
{% endblock %}