Table of contents
No headers
{{
var output = "";
let output = output .. '<table cellspacing="0" cellpadding="0" border="0" class="feedtable sortable">';
let output = output .. '<thead>';
let output = output .. '<tr>';
let output = output .. '<th><strong>Date</strong></th>';
let output = output .. '<th><strong>User</strong></th>';
/* let output = output .. '<th><strong>Email</strong></th>';*/
let output = output .. '<th><strong>Subject</strong></th>';
let output = output .. '<th><strong>Contents</strong></th>';
let output = output .. '</tr>';
let output = output .. '</thead>';