@guest: directive is a wrapper directive that is used to add a particular section of a web page only when the
user session is not active. In the event that the user session is active, the @guest:
section will never be added to the web page.
@guest:
Welcome //displays only in inactive session
@guest;