Skip to content
Snippets Groups Projects
Forked from SCS / docs.it4i.cz
1546 commits behind, 1146 commits ahead of the upstream repository.
language.html 256 B
{% 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 %}