thumbnail_box

   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "thumbnail_box".
... in view_gallery.naml
164
165
166
167
168
<macro name="thumbnail_box">
    <span class="box">
        <a href="[n.url/]"><img src="[n.thumbnail_url/]" style="border:none"/></a>
    </span>
</macro>