Skip to content

Instantly share code, notes, and snippets.

@katstojanovski
Created May 25, 2016 07:34
Embed
What would you like to do?
Page Output
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<!-- Page Metadata Keywords -->
<div class="keywords">
<span class="keyword">test</span>
<span class="keyword">dd4t</span>
</div>
<!-- End Page Metadata Keywords -->
<!-- Component Presentations -->
<div class="contentarea">
<div class="cp">
<!-- Article CT View -->
<div class="article">
<h2>This is my article heading</h2>
</div>
<!-- End Article CT View -->
</div>
<div class="cp">
<!-- CTA CT View -->
<div class="cta">
<h2>DD4T 2.0 is here!</h2>
</div>
<!-- End CTA CT View -->
</div>
</div>
<!-- End Component Presentations -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment