Skip to content
Snippets Groups Projects
language.html 256 B
Newer Older
Lukáš Krupčík's avatar
Lukáš Krupčík committed
{% 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 %}