I need help with building an MVC view based off of this html. Can someone help me with this please.
<div>Hello {0},</div>
<div>
A password reset was requested on your account at {1}. If you made this request please click <a href="{2}">here</a>.
</div>
<div>
If this request wasn't submitted by you, you can safely disregard this message.
</div>
When you say an MVC view, are you using some sort of framework to build this application - perhaps a PHP or JavaScript framework? Different frameworks have different ways of building views. In particular, are the views built based on a templating engine? We really need more information from you about what you are working on, and what technologies you are using.