Open zachsnow opened 10 years ago
That is, replace the <div name="some-name"></div> elements instead of appending to them.
<div name="some-name"></div>
This should be straightforward so long as we never allow dynamic template names nor block names.
:+1: would love to see this
That is, replace the
<div name="some-name"></div>
elements instead of appending to them.