summaryrefslogtreecommitdiff
path: root/templates/menu.mako
blob: 7683b0159a759639d86ea6d967bed3d113a5ecc0 (plain)
1
2
3
4
5
6
7
8
9
10
<%! 
    menu = [
        ("/index", "Portato"),
        ("/screenshots", "Screenshots"),
        ("/download", "Download"),
        ("/development", "Development"),
        ("/r/bugs", "Bugs"),
        ("/r/blog", "Blog")
        ]
%>