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


class JamsIndexView(TemplateView):
    path = "/jams"
    name = "jams.index"
    template = "main/jams/index.html"