memtiger623
memtiger623

Reputation: 15

Documentation on Play 2 Stand Alone Template Engine

Ive heard and read that play 2 has a stand-alone template engine. I'm having trouble though finding any documentation to explain how to go about using it. Could someone point me in the direction of finding something to show me how to go about using it as a stand-alone and not in the framework?

Upvotes: 1

Views: 676

Answers (2)

Marcel Krcah
Marcel Krcah

Reputation: 622

The Twirl has been moved back to Play, so you might want to checkout https://github.com/playframework/twirl

Upvotes: 2

BeepDog
BeepDog

Reputation: 5075

https://github.com/spray/twirl

There's this, which the spray.io guys copy/pasta'd out of Play 2 for use in applications architected on the various spray.io components.

Upvotes: 3

Related Questions