{% block head %}
{# Dynamic meta tags #}
{% if metadata.description and not metadata.description == "nil" %}
{% endif %}
{% if metadata.authors %}
{% endif %}
{% if metadata.categories %}
{% endif %}
{# SEO Meta Tags #}
{% block seo_tags %}{% endblock seo_tags %}
{# Syntax highlighter #}
{% 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 #}
{# Themes from automadcms:
#}
{% 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 %}
{# AlpineJS #}
{# MermaidJS #}
{% if config.extra.enable_mermaid %}
{% endif %}
{# Icons #}
{# Styling and favicon #}
{% if config.extra.favicon_path is defined and config.extra.favicon_path is string %}
{% else %}
{% endif %}