Read the current value

<% if (result == 'get') { %>

Success

<% } %> <% if (result == 'noget') { %>

Failure

<% } %>

<%- words ? 'Words: ' + words : ''%>

<%- timestamp ? 'Timestamp: ' + timestamp : ''%>

GET current value

Add a word to the list

<% if (result == 'add') { %>

Success

<% } %> <% if (result == 'noadd') { %>

Failure

<% } %>

Remove the last word from the list

<% if (result == 'rm') { %>

Success

<% } %> <% if (result == 'norm') { %>

Failure

<% } %> DELETE the last word