You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
179 B

1 week ago
  1. <#import "master.ftl" as master>
  2. <@master.layout>
  3. <div class="page-header">
  4. <h1>Welcome, ${currentUser.display}!</h1>
  5. </div>
  6. <p>
  7. </p>
  8. </@master.layout>