Chapter Title if Relevant
-------------------------
The Title for this Recipe
~~~~~~~~~~~~~~~~~~~~~~~~~
Problem
^^^^^^^
You want to do X.
Solution
^^^^^^^^
Use Y.
A short example:
[source,scala]
---------------------------------------------------------
val x = 42
---------------------------------------------------------
You might use this in a template like this:
[source,html]
---------------------------------------------------------
Uses two spaces, not tabs
---------------------------------------------------------
Discussion
^^^^^^^^^^
Further details on the example, description of related concepts, or similar issues.
Longer example could be here, along with alternatives.
New concepts and filenames are in _italic_, and code or commands are in `constant width`.
See Also
^^^^^^^^
A link to http://liftweb.net[a relevant web page] or two, explaining why they are useful.