%doc>
USAGE DOCUMENTATION :: PLEASE LEAVE THIS AT THE TOP OF THIS FILE
For Mako templating syntax documentation please visit: http://docs.makotemplates.org/en/latest/
Filename: user.html
Version: 0.1
Variable names: user [string]
user :: Usable parameters
user Returns the name of the user.
DOCUMENTATION :: END
%doc>
<%inherit file="base.html"/>
<%!
from plexpy import helpers
%>
<%def name="headIncludes()">
%def>
% if user != None:
<%def name="body()">