{% set asset_base = relative_base | default(value="/.mbr/") %}
{% include "_head_markdown.html" %}
{% include "_head_custom.html" %}
{% if sidebar_style == "single" %}{% endif %}
{% include "_nav.html" %}
{% include "_breadcrumbs.html" %}
{% if title %}{{ title }}{% endif %}{% if title and not has_h1 %}
{{ title }}
{% endif %}{{ markdown | safe}}
{% include "_footer.html" %}
{% include "_footer_custom.html" %}
{% include "_scripts.html" %}
{% include "_display_enhancements.html" %}