Is there an easy way to render id?
Not sure where you want to achieve this. But every block, unless it's local block (block as property), has an ID
<div data-tag-id="@((IContent)Model).ContentGuid">
Is there an easy way to render id?