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


class PageView(TemplateView):
    path = "/special"
    name = "special"
    template = "wiki/special.html"