Home

Awesome

Using Scala macros to dynamically call Play! templates

This project shows how to use Scala macros to build a simple CMS with Play.

For more information please clone this project, run it and browse localhost:9000:

$ git clone git@github.com:julienrf/play-macro-templates.git
$ cd play-macro-templates
$ sbt run

You will be able to navigate through a Web site describing its own architecture. If you are curious, the different pages are defined here.