stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.33k stars 221 forks source link

Compatibility with Different Template Languages #346

Open thekief opened 7 months ago

thekief commented 7 months ago

I have some Stencil templates that will be consumed by other applications in the near future that are not written in Swift.

I would like to keep the templates and not change too much, so I was wondering about this statement:

It provides a syntax similar to Django and Mustache.

Is there a list of major differences? Could Stencil be replaced by Django/Mustache libraries in other programming languages?