Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Stencil

< >

Stencil is an open source template language created in 2018 by Kyle Fuller.

Source code:
git clone https://github.com/stencilproject/Stencil
#351on PLDB 6Years Old

Try now: TIO

Stencil is a simple and powerful template language for Swift.


Example from the web:
There are {{ articles.count }} articles. <ul> {% for article in articles %} <li>{{ article.title }} by {{ article.author }}</li> {% endfor %} </ul>

View source

- Build the next great programming language About Acknowledgements Extensions Day 624 feedback@pldb.io