description = "User layout" [session] == {% partial 'html/head' %} {% partial 'nav/section-nav' color="green" active="user" %} {% if this.page.heading %} {{ this.page.heading }} {% else %} User {% endif %} Testing the Winter.User plugin. {% if user %} Signed is as {{ user.name }}. ({{ user.email }}) Sign out {% else %} Not signed in. {% endif %} Pages {% page %} {% partial 'html/foot' %}