############################################## Ember I: Templates, Components, Documentation ############################################## In this tutorial we will build our first Ember web-application. We will look at the core structure of an Ember application, basic interaction between the application and the user, and integrating external resources. You should start with the :doc:`setup`. .. toctree:: :maxdepth: 1 :caption: Pages setup basic_templates refactoring_into_components actions iteration documentation exercise