{% extends "../layout.html" %} {% block head %} {{ super() }} {### Use the favicon from user config or default ###} {% if config.pluginsConfig["theme-gestalt"].favicon %} {% else %} {% endif %} {### Adds base url from user config ###} {% if config.pluginsConfig["theme-gestalt"].baseUrl %} {% endif %} {% endblock %} {% block style %} {### Include theme css if not disabled by user config ###} {% if not config.pluginsConfig["theme-gestalt"].excludeDefaultStyles %} {% endif %} {{ super() }} {### Custom stylesheets for the book ###} {% for type, style in config.styles %} {% if fileExists(style) and type == "website" %} {% endif %} {% endfor %} {% endblock %} {% block body %}{% endblock %}