The extended text for this entry contains my entire MovableType Main Index Template.

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “DTD/xhtml1-transitional.dtd”>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>
<$MTBlogName$>
</title>
<style type=”text/css” media=”screen”>
@import “http://www.davidgagne.net/style/style_code.css”;</style>
<script language=”Javascript” src=”http://www.davidgagne.net/script.js”>
</script>
</head>

<body id=”body”>
<!–#include virtual=”/head.shtml”–>

<div class=”banner”>
<$MTBlogName$>
<br />
<span class=”description”>
<$MTBlogDescription$>
</span>
</div>

<div class=”content”>

<MTEntries>

<MTDateHeader>
<div class=”date”>
<$MTEntryDate format=”%B %e, %Y”>
</div>
<br />
</MTDateHeader>

<div class=”title”>
<a name=”<$MTEntryID pad=”1″$>”>
</a>
<a title=”Category: <$MTEntryCategory$>” href=”<$MTEntryLink$>#<$MTEntryID pad=”1″$>”>
<img align=”center” src=”/images/main_site/<$MTEntryCategory$>.gif”>
</a>
<$MTEntryTitle$>
<br />
</div>

<$MTEntryBody$>
<br />
<div class=”blogdata”>
<MTEntryIfExtended>
<a title=”read more about <$MTEntryTitle$>” href=”<$MTEntryLink$>#<$MTEntryID pad=”1″$>”>more …</a>
<br />
</MTEntryIfExtended>
<MTEntryIfAllowComments>
<a href=”<$MTEntryLink$>#comments”>comments (<$MTEntryCommentCount$>)</a>
<br />
</MTEntryIfAllowComments>
</div>
<br />
</MTEntries>
</div>
<div id=”leftnav” class=”nav”>
<!–#include virtual=”/good/index.shtml”–>
<br />
<!–#include virtual=”/weblogs.shtml”–>
<br />
<div class=”quotation”>
<script>
writeText();</script>
</div>
<br />
<!–#include virtual=”/comingup.shtml”–>
<br />

Recent posts<br />
<MTEntries lastn=”5″>
<a href=”<$MTEntryLink$>”>
<$MTEntryTitle$>
</a>
<br />
</MTEntries>

Archives<br />
<MTArchiveList archive_type=”Monthly”>
<a href=”<$MTArchiveLink$>”>
<$MTArchiveTitle$>
</a>
<br>
</MTArchiveList>
</div>

<!–#include virtual=”/foot.shtml”–>
</body>
</html>