{% set themeConfig = config.pluginsConfig['theme-learnj'] or {} %} {% set showLevel = themeConfig.showLevel %} {% macro articles(_articles) %} {% for article in _articles %} {% set isActive = article.path == file.path and not article.anchor %}