# Packages
Package paths provides rails-style path helpers for use with the web app.
# Functions
AddStaticHandler adds a handler to router serving static assets (JS, CSS, etc) from within go binary.
No description provided by the author
FlashError helper writes a single flash error message.
FlashSuccess helper writes a single flash success message.
FlashWarning helper writes a single flash warning message.
No description provided by the author
NewRenderer constructs a renderer.
No description provided by the author
PopFlashes pops all flash messages off the stack.
ReturnUserOriginalPage returns a user to the original page they tried to access before they were redirected to the login page.
SendUserToLoginPage sends user to the login prompt page, saving the original path they tried to access so it can return them there after login.
SetCookie sets a cookie on the http response.
UIRouter wraps the given router with a router suitable for web UI routes.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
number of items in a paginated result to show on a single page.
No description provided by the author
# Structs
No description provided by the author
SitePage contains data shared by all pages when rendering templates.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
FlashStack is a stack of flash messages.