/sitebricks-jetty-archetype/src/main/resources/HomePage.html
http://github.com/dhanji/sitebricks · HTML · 14 lines · 10 code · 2 blank · 2 comment · 0 complexity · 55a80915fb562c72982b28ffcb35a542 MD5 · raw file
- <!DOCTYPE HTML>
- <html>
- <head>
- <title>Sitebricks :: Servlet/Jetty Archetype</title>
- </head>
- <body>
- <!-- the ShowIf annotation selectively hides or shows the tag it annotates -->
- @ShowIf(shouldShow)
- <div>Message from the app: <b>${message}</b></div>
- <!-- Inline expressions work in comments too: ${message} -->
- </body>
- </html>