Esempio n. 1
0
    def wiki(self, id):
        # Build model
        c.page = WikiPage.open(id)

        # Return a rendered template
        return render("pages/help.mako")
Esempio n. 2
0
    def index(self):
        # Build model
        c.page = WikiPage.open("PyroScope")

        # Return a rendered template
        return render("/pages/index.mako")
Esempio n. 3
0
    def index(self):
        # Build model
        c.page = WikiPage.open("PyroScope")

        # Return a rendered template
        return render("/pages/index.mako")