{{ page.title }}
{% if page.date or page.metadata.get('author') %} {% endif %}
{{ content | safe }}
{% if page.tags %}
{% endif %}
{% extends "base.html" %} {% from 'partials/navigation-components.html' import breadcrumbs, page_navigation with context %} {% from 'partials/content-components.html' import tag_list, random_posts with context %} {% block content %} {{ breadcrumbs(page) }}