summaryrefslogtreecommitdiff
path: root/templates/blog-post.html
blob: 95157681a820e53b418291d85444e61d3c3600b5 (plain)
1
2
3
4
5
6
{% extends 'base.html' %}

{% block body %}
<h2>{{ title }}</h2>
{{ html|safe }}
{% endblock %}