{* Include either the Lua Output or Macro Output file depending on how we were called. *}
{include file='lua_output_lua.html'}
{* Include the Macro Output if a Raid ID was sent in. *}
{if $lua_output_form.raid_id_set}
{include file='lua_output_macro.html'}
{/if}