cryogen-bootstrap/resources/templates/themes/bootstrap4/html/post.html

10 lines
280 B
HTML
Raw Normal View History

2020-02-16 13:50:12 +00:00
{% extends "/html/page-three-column.html" %}
{%block subtitle %}: {{post.title}}{% endblock %}
{% block center %}
{% include "/html/includes/post-content.inc" %}
{% include "/html/includes/post-prev-next.inc" %}
{% include "/html/includes/disqus.inc" %}
{% endblock %}