Skip to content

Instantly share code, notes, and snippets.

@hlian
Created September 20, 2010 18:26
Show Gist options
  • Select an option

  • Save hlian/588376 to your computer and use it in GitHub Desktop.

Select an option

Save hlian/588376 to your computer and use it in GitHub Desktop.
<mt:Pages folder="home">
<div id="page-<$mt:PageID$>" class="page-asset asset">
<div class="asset-header">
<h1 id="page-title" class="asset-name"><$mt:PageTitle$></h1>
</div>
<div class="asset-content">
<mt:If tag="PageBody">
<div class="asset-body">
<$mt:PageBody$>
</div>
</mt:If>
<mt:If tag="PageMore">
<div id="more" class="asset-more">
<$mt:PageMore$>
</div>
</mt:If>
</div>
<div class="asset-footer"></div>
</div>
<$mt:Include module="Trackbacks"$>
<$mt:Include module="Comments"$>
</mt:Pages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment