initial commit
This commit is contained in:
commit
2a9f427bc7
21 changed files with 3692 additions and 0 deletions
7
templates/feeds.html
Normal file
7
templates/feeds.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<ul>
|
||||
{% for f in feeds %}
|
||||
<li>
|
||||
<a href="{{ f.url }}">{{ f.title }}</a> - <a href="/feeds/{{f.id}}">Feed</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue