示例#1
0
文件: views.py 项目: boyebn/boyeb.org
def shortcode_imagetext(*args):
    return render_to_string("shortcodes/imageText.html", {
        'text': args[0],
    })
示例#2
0
文件: views.py 项目: boyebn/boyeb.org
def shortcode_youtube(*args):
    return render_to_string("shortcodes/youtube.html", {
        'id': args[0],
    })