mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
9 lines
256 B
HTML
9 lines
256 B
HTML
{% macro t(key) %}{{ {
|
|
"edit.link.title": "Edit this page",
|
|
"footer.previous": "Previous",
|
|
"footer.next": "Next",
|
|
"search.placeholder": "Search",
|
|
"source.link.title": "Go to repository",
|
|
"toc.title": "Table of contents"
|
|
}[key] }}{% endmacro %}
|