Packages
Comments for pages. Implements a simple comment system with comments stored locally.
Current section
Files
Jump to
Current section
Files
priv/templates/_comments_comment.tpl
<li {% ifequal comment.user_id creator_id %}class="comment-author"{% endifequal %} {% if hidden %}style="display: none"{% endif %} id="comment-{{ comment.id }}">
{% include "_comment_avatar.tpl" size=28 %}
<h3><a name="#comment-{{ comment.id }}"></a>{{ comment.name|default:m.rsc[comment.user_id].title }}</h3>
<p class="comment-meta">{_ Posted _} {{ comment.created|timesince }}.</p>
<p class="comment-body">{{ comment.message }}</p>
</li>