diff --git a/yesod/scaffold/templates/homepage.hamlet.cg b/yesod/scaffold/templates/homepage.hamlet.cg
index 5e18a0c7..7e7f34fe 100644
--- a/yesod/scaffold/templates/homepage.hamlet.cg
+++ b/yesod/scaffold/templates/homepage.hamlet.cg
@@ -2,14 +2,14 @@
- Now that you have a working project you should use the #
- Yesod book to learn more. #
+ \Yesod book to learn more. #
You can also use this scaffolded site to explore some basic concepts.
- This page was generated by the #{handlerName} handler in #
- Handler/Root.hs.
+ \Handler/Root.hs.
- The #{handlerName} handler is set to generate your site's home screen in Routes file #
- config/routes
+ config/routes
- The HTML you are seeing now is actually composed by a number of widgets, #
most of them are brought together by the defaultLayout function which #
@@ -18,13 +18,13 @@
-
A Widget's Html, Css and Javascript are separated in three files with the #
- .hamlet, .lucius and .julius extensions.
+ \.hamlet, .lucius and .julius extensions.
- If you had javascript enabled then you wouldn't be seeing this.
-
This is an example trivial Form. Read the #
- Forms chapter #
+ \Forms chapter #
on the yesod book to learn more about them.
$maybe (info,con) <- submission
@@ -35,4 +35,4 @@
- And last but not least, Testing. In tests/main.hs you will find a #
test suite that performs tests on this page. #
- You can run your tests by doing:
cabal install --enable-tests && cabal test
+ You can run your tests by doing: cabal install --enable-tests && cabal test