{{ page.content }}
{% if page.comments == 'enabled' %}
{% include 'includes/comments.html' %}
{% endif %}
{% extends "base.html" %} {% block title %}{{ page.title }} - {{ SITENAME }}{% endblock %} {% block html_lang %}{{ page.lang }}{% endblock %} {% block meta %} {% if page.author %} {% else %} {% endif %} {% if page.summary %} {% endif %} {% endblock %} {% block opengraph %} {% if OPEN_GRAPH_FB_APP_ID %} {% endif %} {% if page.og_image %} {% elif OPEN_GRAPH_IMAGE %} {% endif %} {% endblock %} {% block canonical_rel %} {% endblock %} {% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %}
{% endif %} {% endblock %} {% block content %}