Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@daslicht
Created June 18, 2014 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daslicht/d0bd7b7da566f23d98eb to your computer and use it in GitHub Desktop.
Save daslicht/d0bd7b7da566f23d98eb to your computer and use it in GitHub Desktop.
<% include SideBar %>
<div class="content-container unit size3of4 lastUnit">
<article>
<h1>$Title</h1>
$Content
<div class="content">$Content</div>
</article>
<% loop $Children %>
<article>
<h2><a href="$Link" title="Read more on &quot;{$Title}&quot;">$Title</a></h2>
<p>$Content.FirstParagraph</p>
<a href="$Link" title="Read more on &quot;{$Title}&quot;">Read more &gt;&gt;</a>
</article>
<% end_loop %>
$Form
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment