Skip to content
Snippets Groups Projects
language.html 256 B
Newer Older
  • Learn to ignore specific revisions
  • 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"
    
    Lukáš Krupčík's avatar
    Lukáš Krupčík committed
    }[key] }}{% endmacro %}