From 72b7ae7483dc0cb295cd6d9553f328a51472f6e2 Mon Sep 17 00:00:00 2001 From: duncdrum Date: Thu, 1 Jul 2021 12:00:14 +0200 Subject: [PATCH] fix(page.html): add alert back in also fixes lndung page int test OOTB --- generators/app/templates/pages/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.