## -*- coding: utf-8 -*- ## This is the base template, all pages should inherit this template ## which includes the top logo, menu, search button, and the ## board alike format
% if session("login_username"): Welcome ${session("login_username")}, you can logout % else: % endif