Merge pull request #412 from righettod/master

Collection of template engines expression

Source: https://github.com/expressjs/express/wiki#template-engines
This commit is contained in:
g0tmi1k 2020-04-20 10:06:06 +01:00 committed by GitHub
commit a7dbde1ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
{42*42}
{{42*42}}
{{{42*42}}}
#{42*42}
${42*42}
<%=42*42 %>