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