2008-06-06 19:18:05 -04:00
|
|
|
<?xml version='1.0' ?>
|
|
|
|
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
|
|
|
|
<t:atom t:href="$blogs/posts.atom">Recent Posts</t:atom>
|
|
|
|
|
|
|
|
<t:style t:include="resource:extra/webapps/blogs/blogs.css" />
|
|
|
|
|
|
|
|
<div class="navbar">
|
|
|
|
|
|
|
|
<t:a t:href="$blogs/">All Posts</t:a>
|
|
|
|
| <t:a t:href="$blogs/by">My Posts</t:a>
|
|
|
|
| <t:a t:href="$blogs/new-post">New Post</t:a>
|
|
|
|
|
2008-06-16 04:46:54 -04:00
|
|
|
<t:if t:code="furnace.auth:logged-in?">
|
2008-06-06 19:18:05 -04:00
|
|
|
|
2008-06-16 04:46:54 -04:00
|
|
|
<t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
|
|
|
|
| <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
|
2008-06-06 19:18:05 -04:00
|
|
|
</t:if>
|
|
|
|
|
2008-06-16 04:46:54 -04:00
|
|
|
| <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
|
2008-06-06 19:18:05 -04:00
|
|
|
|
|
|
|
</t:if>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2008-06-07 11:40:47 -04:00
|
|
|
<h1><t:write-title /></h1>
|
2008-06-06 19:18:05 -04:00
|
|
|
|
|
|
|
<t:call-next-template />
|
|
|
|
|
|
|
|
</t:chloe>
|