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.

16 lines
237 B

3 days ago
  1. <#import "master.ftl" as master>
  2. <@master.layout>
  3. <style>
  4. div.page-header{
  5. margin-top: 70px;
  6. }
  7. </style>
  8. <div class="page-header">
  9. <h1>Welcome, ${currentUser.display}!</h1>
  10. </div>
  11. <p>
  12. </p>
  13. </@master.layout>