{%- block site_meta %} {% if page and page.is_homepage %}{% endif %} {% if config.site_keyword %}{% endif %} {% if config.site_author %}{% endif %} {% if page and page.canonical_url %}{% endif %} {% if config.site_favicon %} {% else %}{% endif %} {%- endblock %} {%- block htmltitle %} {% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }} {%- endblock %} {%- if config.theme.highlightjs %} {%- endif %} {% for path in config.extra_css %} {% endfor %} {%- block scripts %} {%- for path in config['extra_javascript'] %} {%- endfor %} {%- endblock %} {% if config.google_analytics %} {% endif %} {%- block libs %} {%- if config.theme.highlightjs %} {%- endif %} {%- endblock %}
{% if config.badge %} GitHub GitHub stars {% endif %}

Page

Table Of Contents


Built with 🛠 MkDocs - Theme 🖤 Github.
{% if page.next_page or page.previous_page %} {% endif %}
{% block content %}
{{ page.content }}
{% endblock %}