mkdocs-material/material/partials/i18n.html
2017-01-06 19:18:17 +01:00

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 %}