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