{% block head %}
{% if metadata.description and not metadata.description == "nil" %}
{% endif %}
{% if metadata.authors %}
{% endif %}
{% if metadata.categories %}
{% endif %}
{% if config.highlighter is defined and config.highlighter.enable %}
{# If highlighter is enabled but the engine is not defined then fallback to prismjs #}
{% if config.highlighter.engine is not string or config.highlighter.engine == "prism" %}
{# PrismJS #}
{% elif config.highlighter.engine is defined
and config.highlighter.engine == "hljs" %}
{# Highlight.js #}
#}
{# Enable this one instead if you want all the `` tags to be highlighted
#}
{% elif config.highlighter.engine is string
and config.highlighter.engine not in ["prism", "hljs"] %}
{% endif %}
{% endif %}
{# User-defined styling #}
{# Tailwind CDN, replace with the Tailwind standalone CLI for production! #}