clickable_post

   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 "clickable_post".
... in topic.naml
1050
1051
1052
1053
1054
1055
1056
1057
1058
<macro name="clickable_post" requires="node">
    <div id="clickable-row[n.id/]" class="clickable-row" post-id="[n.id/]">
        <n.post_short_date/>
        <n.post_author/>
        <n.post_subject separator="&ndash;"/>
        <n.post_snippet/>
        <div id="loading[n.id/]" class="important invisible"><t>Loading...</t></div>
    </div>
</macro>