feedless/app/views/new_invite.ejs

7 lines
114 B
Plaintext

<%- include('_header') %>
Here is the invite, copy and send to friends:
<%= invite %>
<%- include('_footer') %>