MobileBlur

Diff
Login

Differences From Artifact [4cba406852]:

To Artifact [bcfec0acca]:


1
2
3
4
5
6
7




8
9
10
11
12


13
14
1
2





3
4
5
6

7
8
9

10
11
12
13


-
-
-
-
-
+
+
+
+
-



-
+
+


{{extend 'layout.html'}}

<section id="story">
    <header>
        <a href="{{= story["story_permalink"] }}">
            {{= story["story_title"] }}
        </a>
{{ block header_bonus }}
    <a href="{{= story["story_permalink"] }}">
        <h2>{{= story["story_title"] }}</h2>
    </a>
    </header>
    <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>