A test of included files:

<#if .globals.message?exists>

Message exists!:
${.globals.message}

<#else>

No message :(

<#assign foo="assigning from included template", bar=" Can you see me? "> <#macro twice><#nested/>${bar}<#nested/> <#include "nestedinclude.ftl">