aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/info/help.py
blob: 6a82a9edce4e8804a1be377d3bcf2fe4a5331dcf (plain) (blame)
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"