Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2021-04-15 21:04:49 +02:00
commit f9f8c3afdb

View File

@ -98,13 +98,15 @@ templates can be shared among multiple pages:
``` markdown ``` markdown
--- ---
template: overrides/hero.html template: hero.html
--- ---
``` ```
=== "Template" === "Template"
``` html ``` html
{% extends "base.html" %}
{% block hero %} {% block hero %}
<!-- Add custom hero here --> <!-- Add custom hero here -->
{% endblock %} {% endblock %}