MobileBlur

view.html at [b2d6f6e2e9]
Login

File applications/mobileblur/views/stories/view.html artifact 63977d234b part of check-in b2d6f6e2e9


{{extend 'layout.html'}}

<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>

{{= XML(story["story_content"]) }}