I just installed octopress as a blogging system and built my own little theme. Everything works fine but there's one thing which isn't working yet.
Within a single post view, I don't seem to have a 'post' object. Which means that:
<h1>{{post.title}}</h1>
Generates an empty string. The blog index and the single post view are using the same article header. It's only the single post view where it doesn't work. The blog index works fine.
Does anybody of you know, which object is available for me in a single post view, or how I can access just the title of a post in a single post view?