name = "Panel"
==
{{ body|trim }}
==
<table class="panel" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="panel-content">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="panel-item">
{{ body|md_safe }}
</td>
</tr>
</table>
</td>
</tr>
</table>