<#import "../layout/defaultLayout.ftl.html" as layout> <@layout.myLayout "Ninja Ebean guestbook">

Hi. This is a simple guestbook.

I exemplify the usage of the Ebeans Ninja module.


Make a new guestbook entry:

Email:
Content

All previous entries:

<#list guestBookEntries as guestBookEntry>

Entry

Email: ${guestBookEntry.email}
Content: ${guestBookEntry.content}