# cob: type=views mountpoint={{mountpoint}}
from cob import route

## Your routes go here
# @route('/')
# def index():
#     return 'hi'
