Ejemplo n.º 1
0
def shortcode_imagetext(*args):
    return render_to_string("shortcodes/imageText.html", {
        'text': args[0],
    })
Ejemplo n.º 2
0
def shortcode_youtube(*args):
    return render_to_string("shortcodes/youtube.html", {
        'id': args[0],
    })