{include "layout.html"} {block "content"}

{town.Name} Inn

{if rested}

You wake up feeling refreshed and ready for action!

You may return to town, or use the compass on the left to explore.

{else} {if user.Gold < town.InnCost}

You do not have enough gold to stay at this inn tonight.

You may return to town, or use the compass on the left to explore.

{else} Resting at the inn will refill your current HP, MP, and TP to their maximum levels.

A night's sleep at this inn will cost you {town.InnCost} gold. Is that ok?

{csrf}
{/if} {/if}
{/block}