Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 4, 2013 11:49
Show Gist options
  • Save iaindooley/4706310 to your computer and use it in GitHub Desktop.
Save iaindooley/4706310 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>My Page</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<div id="mainContent">
<div area="Heading content" id="headingContent" editable="true">
<h2>This is step 6</h2>
<p>You can type a bunch of content here and it will only update on one page.</p>
</div>
<div area="Sub content superglobal" editable="true" scope="superglobal"> <h2>This is a superglobal area</h2>
<p>Anything you type here will appear on any other page using a template which contains this area.</p> </div>
<div area="Related content" editable="true" scope="global">
<h2>This is a global area</h2>
<p>Anything you type here will appear on any other page using the Step 6 part b page template</p>
</div> </div>
<div id="instructionalContent">
<h2>A short video about this page</h2>
<iframe src="http://fast.wistia.net/embed/iframe/yfalhplzdu?controlsVisibleOnLoad=true&version=v1&videoHeight=338&videoWidth=600&volumeControl=true" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" width="600" height="338"></iframe>
<h2>The code that creates this page</h2>
<script src="https://gist.github.com/4706087.js"></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment