diff --git a/generators/app/templates/pages/index.html b/generators/app/templates/pages/index.html index 3384ebac..8a467625 100755 --- a/generators/app/templates/pages/index.html +++ b/generators/app/templates/pages/index.html @@ -9,7 +9,13 @@

Generated page

<% if(apptype == 'plain'){ %> <% } else { %><% } %> -
+
+

+ This is the entry page into your application and was generated by yeoman. It uses HTML templates for a clean separation of HTML views and application logic.

+

To add your own template functions, start by editing the XQuery module: +

app.xql
.

+
+

The page template uses the Bootstrap CSS library for the page layout.