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