{% if config.extra.favicon -%} {% set _favicon = config.extra.favicon -%} {% if (_favicon is starting_with("http")) == false -%} {% set _favicon = get_url(path=config.extra.favicon) -%} {% endif -%} {% endif -%} {% block title %}{{ config.title }}{% endblock title %} {% if config.extra.release -%} {% endif -%}
{# Create variable to allow appending index.html at end of links if set in config #} {% if not config.extra.easydocs_uglyurls or config.mode == "serve" or config.mode == "Serve" -%} {% set _ugly_url = "" -%} {% else %} {% set _ugly_url = "index.html" -%} {% endif -%} {%- block nav -%} {% endblock nav -%}
{% if config.build_search_index -%}
    {% endif -%}
    {% block content -%} {%- if section.word_count > 0 -%} {{ section.content |safe }} {%- else -%} {%- include "sec_toc_2_level.html" -%} {% endif -%} {% endblock content %}
    {% if config.build_search_index %} {% endif -%}