NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

table-row.html 90B

12345
  1. <tr>
  2. {{#columns}}
  3. <td class="p2p-col-{{column}}">{{{content}}}</td>
  4. {{/columns}}
  5. </tr>