{{ page.title }}
{{ 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 %} {# Action Bar: Breadcrumbs + Share #} {% include 'partials/action-bar.html' %}