Add create/edit powers to frontend. Support external image URLs.

This commit is contained in:
Tom Preston-Werner
2010-07-07 16:02:26 -07:00
parent 0485c67b3d
commit 6c7fcf89c3
10 changed files with 117 additions and 3 deletions
@@ -8,6 +8,9 @@
</head>
<body>
<div id="nav">
<a href="/">Home</a> | <a href="/edit/{{name}}">Edit</a>
</div>
<div id="content">
{{{yield}}}
</div>