15 lines
392 B
Smarty
15 lines
392 B
Smarty
<div class="row" style="padding-left: 15%;">
|
|
<div class="row">
|
|
${body}
|
|
</div>
|
|
<div class="row" style="margin-top: 7px;">
|
|
<p style="font-style: italic; font-size: 0.8em; float: left;">${comment_author}</p>
|
|
<p style="font-style: italic; font-size: 0.8em; float: right; padding-right: 5%;">${comment_created}</p>
|
|
</div>
|
|
<hr style="margin-top: 0;">
|
|
</div>
|
|
|
|
|
|
|
|
|