File: /home/mmickelson/theflexguy.com/wp-content/themes/vanilla/blog-set/comments/pings-loop.html
<div tal:replace="">
<!--
Australis Media has made the contents of this file
available under a CC-GNU-GPL license:
http://creativecommons.org/licenses/GPL/2.0/
A copy of the full license can be found as part of this
distribution in the file LICENSE.TXT
You may use the Vanilla theme software in accordance
with the terms of that license. You agree that you are
solely responsible for your use of the Vanilla theme
software and you represent and warrant to Australis Media
that your use of the Vanilla theme software will comply
with the CC-GNU-GPL.
-->
</div>
<div metal:define-macro="loader" tal:omit-tag="">
<div metal:fill-slot="pings_loop" tal:omit-tag="">
<ol class="pings-list hfeed">
<li class="hentry ${vanilla/comment_list_class}" tal:repeat="ping vanilla/pings_list">
<span tal:define="file php:vanilla_get_template('comment/' . vanilla['ping']['tpl_file'])"
metal:use-macro="${file}/loader" tal:comment="The single ping slot." />
<span metal:define-slot="ping" />
</li><!-- .hentry -->
</ol><!-- #pings-list -->
</div>
</div>