コード例 #1
0
ファイル: index.py プロジェクト: kracekumar/hasweb
def sitepolicy(path):
    return render_template('site.html', page=pages.get_or_404(os.path.join('site', path)))
コード例 #2
0
ファイル: index.py プロジェクト: kracekumar/hasweb
def about(path):
    return render_template('about.html', page=pages.get_or_404(os.path.join('about', path)))