{%- block site_meta -%} {%- if meta %}{{ meta }}{% endif -%} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {# Favicon #} {%- if favicon -%} {%- endif -%} {#- Generator banner -#} {%- endblock site_meta -%} {#- Site title -#} {%- block htmltitle -%} {{ title }} {%- endblock -%} {#- Theme-related stylesheets -#} {%- block styles -%} {# Extra color palette #} {%- if theme.colour -%} {# Theme-color meta tag for Android #} {%- if theme.colour.primary -%} {%- endif -%} {%- endif -%} {%- endblock -%} {# JavaScript libraries #} {%- block js_libs -%}{%- endblock -%} {%- block fonts -%} {# Get from Google Fonts, by default #} {%- if theme.font -%} {%- endif -%} {%- endblock -%} {# Progressive Web App Manifest #} {%- if pwa_manifest -%} {%- endif -%} {# Custom stylesheets, might contain media query after URL #} {%- block extracss -%} {%- for path in extra_css -%} {%- endfor -%} {%- endblock -%} {#- Custom front matter #} {%- block extrahead -%}{%- endblock -%}