remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / todo / todo.xml
blobf7500cdad2b85c8b044a818c09cc9e98433a03e2
1 <?xml version='1.0' ?>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5         <t:style t:include="resource:extra/webapps/todo/todo.css" />
7         <div class="navbar">
8                   <t:a t:href="$todo-list/list">List Items</t:a>
9                 | <t:a t:href="$todo-list/new">Add Item</t:a>
11                 <t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
12                         | <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
13                 </t:if>
15                 | <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
16         </div>
18         <h1><t:write-title /></h1>
20         <t:call-next-template />
22 </t:chloe>