예제 #1
0
def _theme_static(path):
    return static.static_file('tumblr', path)
예제 #2
0
def _post_static(slug, path):
    return static.static_file('posts/%s' % slug, path)
예제 #3
0
def _theme_static(path):
    return static.static_file('tumblr', path)
예제 #4
0
파일: handle.py 프로젝트: DxfAndCxx/cottle
 def cfile(self, filename, root, mimetype="auto", download=False, charset="UTF-8"):
     return static_file(filename, root, mimetype, download, charset)