Files
i2p.www/i2p2www/pages/blog/latest.html

7 lines
286 B
HTML
Raw Normal View History

<ul>
2013-01-09 00:32:32 +00:00
{% for post in blog_posts -%}
<li>{{ post[1] }} - <a href="{{ url_for('blog_post', slug=post[0]) }}">{{ post[2] }}</a></li>
{%- endfor %}
2013-01-09 00:32:32 +00:00
<li><a href="{{ url_for('blog_index', lang=g.lang) }}"><em>More blog posts&hellip;</em></a></li>
</ul>