HTML Component Generated HTML
HTML component dynamically generated html:
<div class="component html_component">
  <h2><span>html component title</span></h2>
  <div class="component_content">
    <div>
      html component content
    </div>
  </div>
</div>
When a user adds an  HTML component to their site, this is the html that is dynamically generated.
