{% extends "base.html" %} {% block content %}
../{{ page.slug }}
{% if config.extra.date_format.post %} {% set datefmt = config.extra.date_format.post %} {% else %} {% set datefmt = "%Y-%m-%dT%H:%M:%S%Z" %} {% endif %} {% if config.extra.author and config.extra.display_author == true %} {% endif %}
{% include "base-page.html" %}
{% endblock content %}