The <template> tag is used to hide the content from the client. User can display the content by using Javascript event.
Example of Code
<table> <tr> <td>Cell 1</td> <td>Cell 2</td> </tr></table>
Output
Cell 1Cell 2