9 lines
256 B
HTML
Raw Normal View History

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