/themes/default/templates/recentposts_widget.html
http://n23.googlecode.com/ · HTML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 890b7b7314038b8ee40e63f14cfea443 MD5 · raw file
- <li>
- <h2>????</h2>
- <ul>
- {% for post in recent_posts %}
- <li><a href="/blog/post/{{ post.key.id }}" title="{{ post.title }}">{{ post.title }}</a></li>
- {% endfor %}
- </ul>
- </li>