Asymmetrik/node-rest-starter

View on GitHub
src/app/core/user/templates/inactivity-email.server.view.html

Summary

Maintainability
Test Coverage
{{header}}
<p>Hello {{ user.name }},</p>
<br>
<p>It seems you haven't logged into your {{ app.title }} account in {{ daysAgo }} days. Why not check in and see what's new!</p>
<p>Have a question or just want to know what's new? Take a look at our Message of the Day page:</p>
<p>{{ app.clientUrl }}</p>
<br>
<p>Keep in mind that all accounts that have been inactive for a period of at least 90 days are deactivated.</p>
<br>
<br>
<p>Thanks,</p>
<p>The {{ app.title }} Support Team</p>
{{footer}}