first work on rendering
[stapibas.git] / data / templates / default / mentions-comment.htm
1 {% if commentRow.rc_author_image %}<img src="{{commentRow.rc_author_image}}" alt="Avatar for {{commentRow.rc_author_name}}" style="max-width: 48px; max-height: 48px"/>{% endif %}
2
3 {% if linkRow.rc_author_url %}<a href="{{linkRow.rc_author_url}}">{% endif %}
4 {{commentRow.rc_author_name}}
5 {% if linkRow.rc_author_url %}</a>{% endif %}
6
7 <div>
8  {% if commentRow.rc_title %}<h3>{{commentRow.rc_title}}</h3>{% endif %}
9  {{commentRow.rl_comment|raw}}
10 </div>