template.hompage=Index.vm
template.login=Login.vm
screen.homepage=
screen.login=
screen.error=Error
screen.invalidstate=error.InvalidState

action.login=LoginUser
action.logout=LogoutUser
action.sessionvalidator=sessionvalidator.TemplateSecureSessionValidator
action.accesscontroller=AccessController

layout.default=VelocityECSLayout
page.default=VelocityPage
        
template.default.extension=vm
template.path=/templates/app
template.default.navigation=VelocityNavigation
template.default.screen=VelocityScreen
template.default.layout=Default.vm
template.error=Error.vm

template.service=services.VelocityService.classname=org.apache.turbine.services.velocity.TurbineVelocityService
