simple variable interpolation. Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted. In this case, the variable type needs a ToText instance. WWW: http://www.yesodweb.com/book/templates Obtained from: FreeBSD Haskell
7 lines
367 B
Text
7 lines
367 B
Text
Shakespeare is a template family for type-safe, efficient templates with
|
|
simple variable interpolation. Shakespeare templates can be used inline
|
|
with a quasi-quoter or in an external file. Shakespeare interpolates
|
|
variables according to the type being inserted. In this case, the
|
|
variable type needs a ToText instance.
|
|
|
|
WWW: http://www.yesodweb.com/book/templates
|