/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

  1. <li>
  2. <h2>????</h2>
  3. <ul>
  4. {% for post in recent_posts %}
  5. <li><a href="/blog/post/{{ post.key.id }}" title="{{ post.title }}">{{ post.title }}</a></li>
  6. {% endfor %}
  7. </ul>
  8. </li>