update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / framework / core / views / home.ejs
1 <% if (!user) { %>
2         <p>Welcome! Please <a href="/login">log in</a>.</p>
3 <% } else { %>
4         <p>Hello, <%= user.username %>. View your <a href="<%= default_page %>">default page</a>. TODO: Update link to dashboard</p>
5 <% } %>