%- include('header') -%>
Register
<% if(posted) {%>
Verið að skrá notanda..
<%}%>
<% else if(success) {%>
Tókst að skrá notanda!
<%}%>
<% else {%>
<% if(errors) {%>
<% errors.forEach((error) => { %>
- error
<% }) %>
<% } %>
;
<%}%>
<%- include('footer') -%>