%#= include '_base/bootstrap-datepicker'
WeightGrapher
% if ( $c->stash->{person} ) {
Sign out
% } else {
Login
% }
% if ( $c->stash->{person} ) {
" aria-current="page" href="<%= $c->url_for( 'show_dashboard' ) %>">
Dashboard
% }
% if ( ! $c->stash->{person} ) {
" aria-current="page" href="<%= $c->url_for( 'show_homepage' ) %>">
Home
% }
" aria-current="page" href="<%= $c->url_for( 'show_about' ) %>">
About
% if ( ! $c->stash->{person} ) {
" aria-current="page" href="<%= $c->url_for( 'show_pricing' ) %>">
Pricing
% }
" aria-current="page" href="<%= $c->url_for( 'show_contact' ) %>">
Contact
% if ( $c->stash->{person} ) {
Create New
" href="<%= $c->url_for( 'show_documents' ) %>">
Document
" href="<%= $c->url_for( 'show_template_create' ) %>">
Template
% } % if ( $c->stash->{person} ) {
My Info
" href="<%= $c->url_for( 'show_subscription' ) %>">
Subscription
" href="<%= $c->url_for( 'show_profile' ) %>">
Profile
" href="<%= $c->url_for( 'show_change_password' ) %>">
Change Password
% } else {
Your Account
" href="<%= $c->url_for( 'show_login' ) %>">
Login
" href="<%= $c->url_for( 'show_register' ) %>">
Register
" href="<%= $c->url_for( 'show_forgot' ) %>">
Forgot Password
% }
<%= content %>