Use the MTLink tag in your Main Index (or wherever) to automatically generate an URL for a template module or blog entry...
to link to a template module:
<h2>About</h2>
<div class="about">
<ul>
<a href="<$MTLink template="About"$>">about me</a>
</ul>
</div>
OR to an individual entry:
<h2>About</h2>
<div class="about">
<ul>
<a href="<$MTLink entry_id="235"$>">about me</a>
</ul>
</div>
