fotostore/templates/index.html.ep

11 lines
180 B
Text
Raw Normal View History

2017-07-31 10:14:59 +03:00
% layout 'base';
<% if (is_user_authenticated()) { %>
2017-08-01 15:06:08 +03:00
%= include 'includes/images_list'
2017-07-31 10:14:59 +03:00
<% } else { %>
2017-08-01 15:55:21 +03:00
<h1>Please login to access your images</h1>
2017-07-31 10:14:59 +03:00
<% } %>