use templates to create the feed entries
This commit is contained in:
parent
dc9b13c563
commit
75c5a47449
5 changed files with 33 additions and 22 deletions
7
templates/feed_entry.html
Normal file
7
templates/feed_entry.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{ text }} <br /><br />
|
||||
--- <br /><br />
|
||||
from <a href="{{ page_url }}">page {{ page }}</a>
|
||||
|
||||
{% for img in images %}
|
||||
<img src="{{ img }}" /><br />
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue