MobileBlur

Diff
Login

Differences From Artifact [4fc82f4915]:

To Artifact [a3c96a9b2b]:


1
2
3
4
5
6
7
8
9
10
11
{{extend 'layout.html'}}

{{ block header_bonus }}
    <h2 style="float: left">{{= feed["feed_title"] }}</h2>
    <a href="{{= URL("mark_read", args=[feed["id"]]) }}" class="button">Mark feed as read</a>
{{ end }}

<section id="story-list">
{{
import time 
s = time.time()



|







1
2
3
4
5
6
7
8
9
10
11
{{extend 'layout.html'}}

{{ block header_bonus }}
    <h2>{{= feed["feed_title"] }}</h2>
    <a href="{{= URL("mark_read", args=[feed["id"]]) }}" class="button">Mark feed as read</a>
{{ end }}

<section id="story-list">
{{
import time 
s = time.time()