Beispiel #1
0
def fileexchange():
    context = {
        "files": get_filelist(),
        "AUTH": args.AUTH,
        "VERSION": __version__,
    }
    return render_template("fileexchange.html", **context)
Beispiel #2
0
def fileexchange():
    context = {
        "files": get_filelist(),
    }
    return render_template("fileexchange.html", **context)