<div style="background-color:deepskyblue; height:70px; width:100%; margin:0px; padding:5px; position:fixed; top:0px; left:0px;">
<span style="font-size:20px; float:left;">ExTemplate</span>
<span style="float:right;">
{if (isLoggedIn)} Welcome {UserName} {/if}
{if (!isLoggedIn)} You are not signed in. <a href="{SignInLink}">Sign In?</a> {/if}
</span>
</div>
<div style="height:70px; width:90%;">
</div>
|