{% if isComponent %} {% set pageTitle = title or name %} {% else %} {% set pageTitle = title %} {% endif %} Material Web{% if pageTitle %} - {{ pageTitle }}{% endif %} {% inlinecss "global.css" %} {% inlinejs "inline/apply-saved-theme.js" %} {% block head %}{% endblock %} {% inlinejs "ssr-utils/dsd-polyfill.js" %} {% block topappbar %}{{ topappbar | safe }}{% endblock %} {% if hasToc %}
{% block toc %}{% endblock %}
{% endif %}
{% block content %}{{ content | mdMarkdown | safe }}{% endblock %}
About
{% for file in collections.about|filtersort('data.order') %} {{ file.data.name }} {% endfor %}
Theming
{% for file in collections.theming|filtersort('data.order') %} {{ file.data.name }} {% endfor %}
Components
{% for file in collections.component|filtersort('data.name') %} {{ file.data.name }} {% endfor %}