Add create/edit powers to frontend. Support external image URLs.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user