Exemple #1
0
    def get(self):
	d = {'codesnippets': CodeSnippet.all()}
	self.response.out.write(rendertemplate('viewindex.html', **d))