<h1><a href="/">Moje poznámky</a></h1> <hr />
<h1>{{titulek}}</h1>
<hr />
<form method="post">
<p>
    <input type="hidden" name="id" value="{{id}}">
    <textarea rows="30" cols="80" name="obsah">{{obsah}}</textarea> 
</p>
<p>
    <input type="submit" value="odeslat">
</p>
</form>
