5 This is the frontpage for your Maypole application.
6 It shows a list of all tables it is allowed to display.
13 [% config.application_name || "A poorly configured Maypole application" %]
15 <div id="frontpage_list">
17 [% FOR table = config.display_tables %]
19 <a href="[% base %]/[%table%]/list">List by [%table %]</a>