Snippets Plugin
In the actual pages:
{exp:snippets template="static/index"} {page_title}Site: {title}{/page_title} {page_section}journal{/page_section} {/exp:snippets}
In the header include (static/index in this case):
%page_title% %page_section% <? $fof_title="%nl_title%"; $fof_section="%nl_section%"; ?>
Define them as variables in PHP for easy if/else statements. :)