1name: "Jinja" 2description: 3 "Jinja is a fast, expressive, extensible templating engine. Special " 4 "placeholders in the template allow writing code similar to Python syntax. " 5 "Then the template is passed data to render the final document." 6 7third_party { 8 url { 9 type: HOMEPAGE 10 value: "https://palletsprojects.com/p/jinja/" 11 } 12 url { 13 type: GIT 14 value: "https://github.com/pallets/jinja" 15 } 16 version: "03c719f3ec4db9660aa4dea30bef9ac8e47aa933" 17 last_upgrade_date { year: 2020 month: 7 day: 13 } 18} 19