diff --git a/README b/README index d833f63..4807b7c 100644 --- a/README +++ b/README @@ -270,3 +270,16 @@ Template:: {% endfor %} + +Template tag +============ + +You can render a block in any template using the template tag ``render_blurp``: + + {% load blurp_tags %} + + {% render_blurp "student_table" %} + +Beware that it will not work with renderes doing any access to the +``placeholder`` or ``instance`` parameter of their render method as those +object are not available in a random template.