Where I should escape output from model. Should I do it in Model too? I guess it should be in View, but i’m not sure. Put it into View seems logic, so you can change HTML to different output (PDF etc.).
Where do you escape HTML output (from users) to page?
With your clarification comment, the answer becomes simple; What you’re asking about is presentation logic, which is handled solely in the View.