<!--- >
Balloon's static urls
< --->
<fake_person>
<if get.s1 EQ "" OR get.s1 EQ "home">
<tag.bn_layout title="Welcome to Balloon" ping_mode="1">
<tag.bn_static_intro>
</tag.bn_layout>
<return "break">
<BREAK>
</if>
</fake_person>
<if get.s1 EQ "About">
<tag.bn_layout title="About Balloon">
<tag.bn_static_about>
</tag.bn_layout>
<return "break">
<elseif get.s1 EQ "Privacy">
<tag.bn_layout title="Privacy | Balloon">
<tag.bn_static_privacy>
</tag.bn_layout>
<return "break">
</if>