X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/46997a51ed0ceb16ddbac712fbcb552a86cdc9e2..6164c1b917297594aad253cd404240bfde9cef81:/philo/templatetags/embed.py diff --git a/philo/templatetags/embed.py b/philo/templatetags/embed.py index 20e04a4..16f8092 100644 --- a/philo/templatetags/embed.py +++ b/philo/templatetags/embed.py @@ -1,25 +1,6 @@ """ The embed template tags are automatically included as builtins if :mod:`philo` is an installed app. -.. templatetag:: embed - -embed ------ - -The {% embed %} tag can be used in two ways. - -First, to set which template will be used to render a particular model. This declaration can be placed in a base template and will propagate into all templates that extend that template. - -Syntax:: - - {% embed . with