<%- include('../header.text.ejs') %>

<%= t('notification.post.statusChangeSubject') %>

<%= post.name %>

<%= content %>

<%= "https://"+community.hostname+"."+domain.domain_name+"/post/"+post.id %>

<%- include('../footer.text.ejs') %>