{% include "components/navigation.html" %}
{% include "partials/page-bottom.html" %}
{% extends "base.html" %} {%- block extrahead -%} {% include "partials/opengraph.html" %} {%- endblock -%} {%- if meta and meta.dark_code == "true" -%} {% set dark_code = True %} {%- elif theme_dark_code -%} {% set dark_code = True %} {%- else -%} {% set dark_code = False %} {%- endif -%} {% block body %}