Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.7 KB

README.md

File metadata and controls

20 lines (16 loc) · 2.7 KB

Test templates

Templates Source Last updated Credit
jinja2-nunjucks springload/rikki-patterns 20170926 (c) 2016 Springload, MIT license.
nunjucks justrhysism/prettier-plugin-nunjucks 20191231 (c) 2019-current Rhys Lloyd, MIT license.
twig trivago/prettier-plugin-twig-melody 20200323 (c) 2019-current Trivago, Apache License 2.0.
liquid Shopify/liquid 20200121 (c) 2005, 2006 Tobias Luetke, MIT.
jinja2 cfpb/cfgov-refresh 20200327 Thanks to CFPB – Public domain, CC0 1.0
django wagtail/wagtail 20200325 (c) 2014-present Torchbox Ltd and individual contributors, BSD

Updating the templates

Clone the source repository, then:

find . ! -name '*.html' -type f -delete
find . -type d -empty -delete
tree .