In this updated template code you have used property binding to bind the `housingLocation.photo` to the `src` attribute. The `alt` attribute uses interpolation to give more context to the alt text of the image.
<imgalt="browser frame of homes-app displaying logo, filter text input box, search button and the same housing location UI card"src="generated/images/guide/faa/homes-app-lesson-07-step-2.png">
</section>
## Lesson review
In this lesson, you added a new HTML structure and used Angular template syntax to render values in the `HousingLocation` template. Now, you have two important skills:
* passing data to components
* Interpolating values into a template
With these skills, your app can now share data and display dynamic values in the browser. Great work so far.
If you are having any trouble with this lesson, you can review the completed code for it in the <live-example></live-example>.
## Next steps
* [Lesson 8 - Use *ngFor to list objects in component](tutorial/first-app/first-app-lesson-08)
## For more information about the topics covered in this lesson, visit:
* [Displaying values with interpolation](/guide/interpolation)