Measures Concepts
GitHub icon

Stencil

Stencil - Template language

< >

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

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

Try now: TIO

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>

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout