Beispiel #1
0
def sitepolicy(path):
    return render_template('site.html', page=pages.get_or_404(os.path.join('site', path)))
Beispiel #2
0
def about(path):
    return render_template('about.html', page=pages.get_or_404(os.path.join('about', path)))