If you want to add something(ex. Slideshow) to blogger theme, but you only want it shows on Home Page, you cant wrap the code you add by the following tag....
<b:if cond='data:view.isHomepage'>
<!-- add your code here -->
<!-- only shows on Blogger Home Page -->
</b:if>