Hi m-bundi
Actually, it's correct file. The custom fields of article will be generated by content plugin event onContentBeforeDisplay
<?php echo $this->item->event->beforeDisplayContent; ?>
With concept of this template, there are 2 special fields: Location and 'rent-or-sale' label so it's generated in different way there.
Regards