Post page to display specific category

At be top of your template code:

<?php
/**
* The template used for Home page
?>

You never closed the comment with a */ which is commenting out the rest of your code. It should look like this:

<?php
/**
* The template used for Home page */
?>