Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Stencil

< >

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

#419on PLDB 6Years Old
Download source code:
git clone https://github.com/stencilproject/Stencil
Homepage · REPL · Try It Online · Source Code

Stencil is a simple and powerful template language for Swift. It provides a syntax similar to Django and Mustache.


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

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0