Ugh… sorry about that.
What I mean is: What kind of PHP test should I perform inside index.php in order to have different output for the permalink pages and the home/other pages.
Something like
if ($justArticle) {
/* do article stuff */
} else {
/* do homepage or archive */
}