A simple test follows:

${message} <#if message?exists>

Message exists!

Test normal includes:

<#include "test-included.html"> ${foo} ${nestedMessage}

Test unparsed includes:

<#include "test-included.html" parse=false> <@twice> Kilroy

Test subdir includes:

<#include "subdir/test-include-subdir.html">