{% extends "base.html" %} {% block site_css %} {{ super() }} {{ css('wiki', 'all') }} {% if config.KUMA_CUSTOM_CSS_PATH %} {% endif %} {% endblock %} {% if not scripts %} {% set scripts = ('wiki',) %} {% endif %}