The `ceylon.html` module contains HTML5 templating engine:
- with an elegant and type safe way of creating templates
- witch works on both platforms, server (jvm) and client (js)
- based on named argument invocations syntax
- supporting reusability of snippets and lazy evaluation
------------------------------------------------------------------
#### CONTENT
1. [What does it look like?](#what)
1. [Basic usage](#basic)
1. [Iteration](#iteration)
1. [Conditions](#conditions)
1. [Lazy ...
