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

{town.Name} Inn

{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?

{/if}
{/block}