File applications/mobileblur/views/stories/view.html from the latest check-in
{{extend 'layout.html'}} {{ block header_bonus }} <a href="{{= story["story_permalink"] }}"> <h2>{{= story["story_title"] }}</h2> </a> <a href="{{= URL("mark_read", vars=dict(story_id=story["id"], feed_id=feed_id)) }}" class="button"> Mark story as read </a> {{ end }} <section id="story"> {{= XML(story["story_content"]) }} </section>