This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/templates/root/index.html.ep
2017-04-24 17:42:07 +01:00

9 lines
181 B
Plaintext

% layout 'user';
% title 'Home';
% content_for javascript => begin
%= javascript '/static/user/js/home.js';
% end
<div class="card">
<h3 class="card-header">User Home</h3>
</div>