Skip to content
Snippets Groups Projects
language.html 251 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",
David Hrbáč's avatar
David Hrbáč committed
  "toc.title": "On this page"
Lukáš Krupčík's avatar
Lukáš Krupčík committed
}[key] }}{% endmacro %}