mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-03 04:47:11 +01:00
8 lines
217 B
HTML
8 lines
217 B
HTML
|
{% macro t(key) %}{{ {
|
||
|
"footer.previous": "Previous",
|
||
|
"footer.next": "Next",
|
||
|
"search.placeholder": "Search",
|
||
|
"source.link.title": "Go to repository",
|
||
|
"toc.title": "Table of contents"
|
||
|
}[key] }}{% endmacro %}
|