You can use snippet markers within your HTML template code in order to generate *-prefixed selectors that you can later use within Enlive template.
For example, if you say:
<div snippet="content-main"></div>You can later reference it with *content-main selector, which will be automatically generated for you.