Skip to content

Instantly share code, notes, and snippets.

@PardotGists
Created February 26, 2016 17:17
Show Gist options
  • Save PardotGists/376c5cb8b26f10b0472f to your computer and use it in GitHub Desktop.
Save PardotGists/376c5cb8b26f10b0472f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<base href="http://go.pardot.com" >
<meta charset="utf-8"/>
<meta name="description" content="%%description%%"/>
<title>%%title%%</title>
</head>
<body>
<div id="pulledInContent">
%%content%%
</div>
<div id="regions">
<a href="http://www.pardot.com" pardot-region="pardot_link" pardot-region-type="link"> this is a link you can edit </a> <br />
<img src="http://www.pardot.com/wp-content/uploads/2013/07/sfdc_pardot_logo_rgb_v1-e1373392079742.png" pardot-region="pardot_image" pardot-region-type="image" /> <br />
<code pardot-region="pardot_html" pardot-region-type="html"> <here is some code></code><br />
<p pardot-region="pardot_simple" pardot-region-type="simple">this should bring up the simple editor.</p><br />
<div pardot-region="pardot_basic" pardot-region-type="basic">this should bring up the basic editor.</div><br />
<div pardot-region="pardot"> this should bring up the wysiwyg editor.</div><br />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment