{% extends "_layout.html" %} {% block title %}{{ Title }}{% endblock %} {% block Head %} {{super()}} {% if Revised %}{% endif %} {% endblock %} {% from "_macros.html" import GenerateBreadcrumbs %} {% block breadcrumbs %}{{ GenerateBreadcrumbs([{ "href": "/blog","title": "Blog Index" }, {"href": "/blog/" + PostPath, "title": Title}]) }}{% endblock %} {% block content %}

{{ Title }}

{% if Revised %}- {% endif %} {% if IsDraft %}Draft{% endif %}
{{ Content }}
{% endblock %}