I'm not very clear about HAML, but as far as I know it is a templating language, and PHP already has that functionality. Would it make sense to include PHP syntax inside a HAML file or it would be redundant(?):
#navigation
%p
<?php include("navigation.html"); ?>