fotostore/templates/index.html.ep
2017-08-01 15:55:21 +03:00

10 lines
180 B
Text

% layout 'base';
<% if (is_user_authenticated()) { %>
%= include 'includes/images_list'
<% } else { %>
<h1>Please login to access your images</h1>
<% } %>