The latest version of hamlet is 1.2.0-0.
hamlet
Version 1.1.7.1 revision 0 uploaded by MichaelSnoyman.
Package meta
- Synopsis
- Haml-like template files that are compile-time checked
- Description
Hamlet gives you a type-safe tool for generating HTML code. It works via Quasi-Quoting, and generating extremely efficient output code. The syntax is white-space sensitive, and it helps you avoid cross-site scripting issues and 404 errors. Please see the documentation at http://www.yesodweb.com/book/shakespearean-templates for more details.
Here is a quick overview of hamlet html. Due to haddock escaping issues, we can't properly show variable insertion, but we are still going to show some conditionals. Please see http://www.yesodweb.com/book/shakespearean-templates for a thorough description
!!! <html> <head> <title>Hamlet Demo <body> <h1>Information on John Doe <h2> $if isMarried person Married $else Not married
- Author
- Michael Snoyman <michael@snoyman.com>
- Bug reports
- n/a
- Category
- Web, Yesod
- Copyright
- n/a
- Homepage
- http://www.yesodweb.com/book/shakespearean-templates
- Maintainer
- Michael Snoyman <michael@snoyman.com>
- Package URL
- n/a
- Stability
- Stable