/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

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Sitebricks :: Servlet/Jetty Archetype</title>
  5. </head>
  6. <body>
  7. <!-- the ShowIf annotation selectively hides or shows the tag it annotates -->
  8. @ShowIf(shouldShow)
  9. <div>Message from the app: <b>${message}</b></div>
  10. <!-- Inline expressions work in comments too: ${message} -->
  11. </body>
  12. </html>