{{#template name="basicTemplates"}}

Templates

In Meteor, you define your views in _templates_. A template is a snippet of HTML that can also include special pieces of code to include data and change which parts of the page are displayed.

Defining Templates in HTML

Templates are defined in `.html` files that can be located anywhere in your Meteor project folder except the `server`, `public`, and `private` directories. Each `.html` file can contain any number of the following top-level elements: ``, ``, or `