Trello uses Mustache
We use Mustache, a logic-less templating language, to represent our models as HTML. While โharnessing the full power of [INSERT YOUR FAVORITE LANGUAGE HERE] in your templatesโ sounds like a good idea, it seems that in practice it requires a lot of developer discipline to maintain comprehensible code. Weโve been very happy with the โless is moreโ approach of Mustache, which allows us to re-use template code without encouraging us to mingle it with our client logic and make a mess of things.
Kalibrr uses Pug
We use Jade when writing HTML, which is much easier to read and maintain. We compile it to HTML before deploying it though, and don't use Jade's client-side rendering features.
v0lkan uses Mustache
Mustache is a simple logicless template language.
It is lightweight, and currently suits my templating needs.
I use it, in lieu of things like React SSR etc.
Merge In uses Pug
We use Jade for constructing our modular UI. We also rely on Jade interpolation to pass reactive and static values from our Express server.
yevgnenll uses Pug
front-end ์์ ๋ ๋ค์ jade ์ ๋๋ค. html์ ํจ๊ณผ์ ์ผ๋ก ๋ค๋ฃฐ ์ ์๊ณ
๋ก ์ด๊ณ ๋ซ์๋ ํผ๋์ด ์์ด ์ข์ํฉ๋๋ค. ํ์ฌ ํ๋ก์ ํธ์ gulp์ ํจ๊ป ๋ถ์ด๋ ค๋ ๊ณํ์ ๊ฐ๊ณ ์์ง๋ง, ์์ง ์ฐ์ต์ด ๋ ํ์ํ๋ค๊ณ ์๊ฐ๋ฉ๋๋ค.
ShadowICT uses Mustache
We use Mustache to allow us to create easy and reusable templates on our sites.