A test of included files:
<#if .globals.message?exists>Message exists!:
${.globals.message}
No message :(
#if> <#assign foo="assigning from included template", bar=" Can you see me? "> <#macro twice><#nested/>${bar}<#nested/>#macro> <#include "nestedinclude.ftl">