We're telling staticjinja that every .md file is a jinja2 template, so if one of them contains {{ (e.g. when talking about "weakly implicit" arguments in Lean, (usually written ⦃ in unicode)), jinja2 will be unable to parse the file and then complain:
jinja2.exceptions.TemplateSyntaxError: unexpected char 'XX' at YY
This came up when testing templates/latex.md in #165.