The double mustaches interprets the data as plain text, not HTML. In order to output real HTML, you will need to use triple mustaches:
<div>{{{ raw_html }}}</div>
The contents are inserted as plain HTML - data bindings are ignored. If you need to reuse template pieces, you should use partials.