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.

#411on PLDB 6Years Old
Download source code:
git clone https://github.com/stencilproject/Stencil
HomepageREPLTry It OnlineSource 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 About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll