aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/info/index.py
blob: 97678ee4519fd3f9bfb4c3af4071c4ee00695b79 (plain) (blame)
1
2
3
4
5
6
7
from pysite.base_route import TemplateView


class IndexView(TemplateView):
    path = "/info/"
    name = "info.index"
    template = "main/info/index.html"