{% set ns = namespace(display_cool_start=true) %} {% if config.theme.cool_page_start_only_section and page.parent and page.parent.children and page.parent.children[0] and page.parent.children[0].url != page.url %} {% set ns.display_cool_start = false %} {% endif %} {% set ns.display_cool_start = ns.display_cool_start or page.meta["force-cool-start"] %} {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} {%- for path in config.extra_css %} {%- endfor %}
{{ config.site_name }}
{% if config.repo_url %}
{% if "github" in config.repo_url %} {% else %} link {% endif %} {{ config.repo_name }}
{% endif %}
{% block content %}{% endblock %} {% if 'search' in config.plugins %}
search
{% endif %} {%- for script in config.extra_javascript %} {{ script | script_tag }} {%- endfor %} {% if "zoom-media" in page.meta %} {% else %} {% endif %}