예제 #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)))