summaryrefslogtreecommitdiffstats
path: root/templates/post.html
blob: 438172216d0ff67cb3a8ddb35daae0929ebd06d1 (plain)
1
2
3
4
5
{% extends "index.html" %}
{% block content %}
  {{ macros::header(item=page, full=true) }}
  {{ page.content | safe }}
{% endblock content %}