/themes/default/templates/recentcomments_widget.html

http://n23.googlecode.com/ · HTML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 185f56a968368c16741840686a8a1e4f MD5 · raw file

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