{% extends "base.html" %} {# this document is based on the offical template as given in https://github.com/zensical/ui/blob/master/src/base.html. #} {% block container %}
{% if "navigation.path" in features %} {% include "partials/path.html" %} {% endif %}
{% if page.meta and page.meta.date %} {% endif %} {% block content %} {% include "partials/content.html" %} {% endblock %}
{% endblock %}