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


class ChannelsView(TemplateView):
    path = "/about/channels"
    name = "about.channels"
    template = "main/about/channels.html"