1 2 3 4 5 6 7
from pysite.base_route import TemplateView class HelpView(TemplateView): path = "/info/help" name = "info.help" template = "main/info/help.html"