3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:atom t:href="$pastebin/list.atom">Pastebin</t:atom>
7 <t:style t:include="resource:extra/webapps/pastebin/pastebin.css" />
11 <t:a t:href="$pastebin">Pastes</t:a>
12 | <t:a t:href="$pastebin/new-paste">New Paste</t:a>
14 <t:if t:code="furnace.auth:logged-in?">
16 <t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
17 | <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
20 | <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
26 <h1><t:write-title /></h1>
28 <t:call-next-template />