/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
- <li id="recent_comments">
- <h2>????</h2>
- <ul>
- {% for comment in recent_comments %}
- <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>
- {% endfor %}
- </ul>
- </li>