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