{% extends "base.html" %} {%- from "components/nav-links.html" import renderNavLinks with context -%} {%- 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 %}