{% extends "base.html" %}
{%- block styles %}
{%- if config.theme.highlightjs %}
{%- endif %}
{%- for path in config['extra_css'] %}
{%- endfor %}
{%- endblock %}
{%- block libs %}
{%- if config.theme.highlightjs %}
{%- for lang in config.theme.hljs_languages %}
{%- endfor %}
{%- endif %}
{%- endblock %}