mkdocs-material/material/partials/i18n.html

9 lines
256 B
HTML
Raw Normal View History

2017-01-06 20:48:32 +03:00
{% macro t(key) %}{{ {
2017-01-06 21:18:17 +03:00
"edit.link.title": "Edit this page",
2017-01-06 20:48:32 +03:00
"footer.previous": "Previous",
"footer.next": "Next",
"search.placeholder": "Search",
"source.link.title": "Go to repository",
"toc.title": "Table of contents"
}[key] }}{% endmacro %}