syndicate-2017/examples/webchat/htdocs/templates/post-entry-text-plain.html

7 lines
204 B
HTML

<div id="post-{{postId}}" class="post {{postClass}}">
<div class="post-body {{contentType}}">
<p>{{content}}</p>
<p class="align-right"><small>{{author}}<br>{{date}}</small></p>
</div>
</div>