summaryrefslogtreecommitdiff
path: root/docs/templates.rst
Commit message (Expand)AuthorAgeFilesLines
* Show how {% filter %} can take filter argumentsSimon Willison2022-10-131-0/+3
* update dev dependenciesDavid Lord2022-10-131-2/+1
* fix get_template exampleDavid Lord2022-07-041-1/+2
* rewrite include statement sectionDavid Lord2022-03-121-21/+24
* clean up faq, move technical discussionsDavid Lord2022-03-121-0/+17
* specify context for translation blockDavid Lord2021-12-261-3/+27
* document chained pow orderDavid Lord2021-11-091-2/+13
* rewrite docs about extending template objectsDavid Lord2021-11-091-8/+17
* remove reference to macro.defaultsDavid Lord2021-11-091-3/+0
* rename default branch in filesDavid Lord2021-05-111-2/+2
* unique links for filters, tests, globalsDavid Lord2021-04-131-2/+11
* Fix incorrect docs - line statements have no defaultMatěj Volf2021-04-051-1/+5
* Merge pull request #1236 from sixtyfathoms/fix/issue-1184David Lord2021-04-051-3/+11
|\
| * update wording on dictionary default orderingjeff2021-04-051-3/+11
* | add symbol names for tilde and pipe operatorsSeth G2021-04-051-2/+2
|/
* update docs about required blocks (#1340)David Lord2021-01-301-18/+23
* add required attribute to blocksAmy2021-01-291-0/+34
* Fix "If" example in documentation (#1337)Adam Johnson2021-01-261-1/+1
* Update templates.rst to fix small typo (#1327)Jonathan Berger2020-12-231-1/+1
* ignore trim_blocks using '+%}'Amy2020-06-221-0/+9
* Fix html tagNils K2020-03-221-2/+2
* remove Python 2 from docsDavid Lord2020-02-051-3/+2
* Revert "rename imports to jinja"David Lord2020-01-261-4/+4
* rename imports to jinjaDavid Lord2020-01-101-4/+4
* fix(templates.rst): fix typo (`hat` => `that`)Imran Iqbal2019-12-081-1/+1
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-9/+9
* clarify cycler.next() behaviorDavid Lord2019-10-201-19/+22
* clean up i18n documentationDavid Lord2019-10-191-39/+59
* document lack of file extensionDavid Lord2019-10-181-0/+14
* document behavior of block tag in if blockDavid Lord2019-10-181-0/+4
* format expression docsDavid Lord2019-10-181-37/+37
* improve docs about string methods in templatesDavid Lord2019-10-181-12/+29
* Don't make cond_expr_undefined configurableAdrian Moennich2019-10-131-2/+2
* Use separate undefined object for CondExprAdrian Moennich2019-10-131-1/+2
* document debug extensionDavid Lord2019-10-041-0/+23
* Merge branch '2.10.x'David Lord2019-07-261-31/+7
|\
| * Merge branch '2.9.x' into docsDavid Lord2019-07-261-3/+4
| |\
| | * modernize docs config, use pallets-sphinx-themesDavid Lord2019-07-261-8/+9
* | | support underscore in int and floatCleoQc2019-07-231-4/+7
* | | clean up scientific notation supportDavid Lord2019-07-231-12/+7
* | | support scientific notationCleoQc2019-07-221-3/+10
* | | Correct syntax highlighting of jinja block in docsJon Dufresne2019-07-201-3/+1
* | | Merge branch '2.10.x'David Lord2019-07-201-3/+26
|\ \ \ | |/ /
| * | Merge pull request #1009 from shamsimam/doc-python-methodsJoshua Bronson2019-06-051-1/+23
| |\ \
| | * | adds documentation on use of python methods in expressionsShams Imam2019-05-311-1/+23
| * | | Merge pull request #1012 from yongbozhang/issue-423Joshua Bronson2019-06-051-1/+3
| |\ \ \
| | * | | issue-423 remind not to put block in if statements in docyongbozhang2019-06-021-1/+3
| | |/ /
| * | | docs: Python3-ize the examplesDeepak Amin2019-05-311-2/+1
| |/ /
* | | Improve nested extends (super.super) example.jab2019-06-051-19/+24
* | | Write a new documentation section on nesting extends.Scott Crosby2019-06-051-0/+30