Is it possible to dynamically add HTML to a webpage on click when using AMP?
Something along the lines of the
<button on="tap:AMP.setState({foo: 'amp-bind'})">Say "Hello amp-
bind"</button>
<div [text]="foo">This is the placeholder to append the new
content</div>
But rather than text HTML?