MobileBlur

view.html at [bddb3e05ed]
Login

File applications/mobileblur/views/stories/view.html artifact bcfec0acca part of check-in bddb3e05ed


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