Skip to content
Snippets Groups Projects
Commit 8e53a48f authored by Richard Soderberg's avatar Richard Soderberg
Browse files

wrap variables in `pre` for consistency

parent fefe06c1
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,11 @@ we should keep EJS templates looking similar, regardless of if they are evaluate ...@@ -23,11 +23,11 @@ we should keep EJS templates looking similar, regardless of if they are evaluate
The request object and the response's template context have the following variables: The request object and the response's template context have the following variables:
* lang - User's preferred language * `lang` - User's preferred language
* lang_dir - rtl or ltr (BIDI language support) * `lang_dir` - rtl or ltr (BIDI language support)
* locale - OS level locale code * `locale` - OS level locale code
* gettext, ngettext - Gettext functions * `gettext`, `ngettext` - Gettext functions
* format - for string interpolation * `format` - for string interpolation
## Tools ## Tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment