hse -i index.html 'REPLACE{.placeholder ↤ READ-FROM{"other.html"} | ONLY{div.content} }'
add a new element to with git version info
hse -i index.html "FOR{head ↦ ADD-ELEMENT{ CREATE-ELEMENT{meta} | SET-ATTR{name ↤ 'version'} | SET-ATTR{content ↤ 'git describe --tags
'} } }"
add a new comment to with git version info
hse -i index.html "FOR{body ↦ ADD-COMMENT{'git describe --tags
'}}"
```