3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:atom t:href="$wiki/changes.atom">
9 <t:style t:include="resource:extra/webapps/wiki/wiki.css" />
13 <t:if t:value="contents">
14 <td valign="top" style="width: 210px;">
15 <div class="contents">
16 <t:bind t:name="contents">
18 <t:a t:href="$wiki/view" t:query="title">
19 <t:label t:name="title" />
23 <t:farkup t:name="parsed" t:parsed="true" />
33 <t:a t:href="$wiki">Front Page</t:a>
34 | <t:a t:href="$wiki/articles">All Articles</t:a>
35 | <t:a t:href="$wiki/changes">Recent Changes</t:a>
36 | <t:a t:href="$wiki/random">Random Article</t:a>
38 <t:if t:code="furnace.auth:logged-in?">
40 <t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
41 | <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
44 | <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
50 <h1><t:write-title /></h1>
52 <t:call-next-template />
57 <t:if t:value="footer">
59 <td colspan="2" class="footer">
60 <t:bind t:name="footer">
61 <t:farkup t:name="parsed" t:parsed="true" />