Use the compiled Cheetah templates.
[invirt/packages/invirt-web.git] / templates / mainpage.tmpl
diff --git a/templates/mainpage.tmpl b/templates/mainpage.tmpl
deleted file mode 100644 (file)
index 4e9846d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-<head><title>Status for order #$order.id</title></head>
-<body>
-<p>[You are logged in as $user.]</p>
-<p>
-#if ($order.hasShipped())
- Your order has shipped. Your tracking number is $order.trackingNumber.
-#else
- Your order has not yet shipped.
-#end if
-</p>
-<p>Order #$order.id contains the following items:</p>
-<ul>
-#for $purchased, $quantity in $order.purchased:
- <li>$purchased: $quantity unit#slurp
-#if ($quantity != 1)
-s
-#end if
-</li>
-#end for
-</ul>
-<hr />
-Served by Online Store v1.0
-</body>
-</html>