summaryrefslogtreecommitdiffstats
path: root/templates/post.html
blob: bda1e036827d1066819baac1b7c0e4b0834207f2 (plain)
1
2
3
4
5
6
{% import "macros.html" as macros %}
{% extends "index.html" %}
{% block content %}
  {{ macros::post_header() }}
  {{ page.content | safe }}
{% endblock content %}