Skip to content

Instantly share code, notes, and snippets.

@nicholasareed
Created December 12, 2011 01:56
Show Gist options
  • Save nicholasareed/1464233 to your computer and use it in GitHub Desktop.
Save nicholasareed/1464233 to your computer and use it in GitHub Desktop.
Example Custom HTML Nested in DIVs
<div id="ih_cv_sidebar">
<div class="ih_row" ih_row_num="1">
HTML from Webhook #1 goes here
</div>
<div class="ih_row" ih_row_num="2">
HTML from Webhook #2 goes here
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment