Table

LastUpdate : 2019/08/28

<table class="{border} {align} {width}">
    <!--  for loop [i in row]  -->
    <tr>
        <!--  for loop [j in col]  -->
            <!-- if title == '1' and i == 1 -->
            <th>{content}</th>
            <!-- else -->
            <td>{content}</td>
        <!--  for loop End  -->
    </tr>
    <!--  for loop End  -->
</table>