X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/46997a51ed0ceb16ddbac712fbcb552a86cdc9e2..61b73fe068172f02d6c47e2b5387161919ec9618:/philo/templatetags/embed.py diff --git a/philo/templatetags/embed.py b/philo/templatetags/embed.py index 20e04a4..b024b1b 100644 --- a/philo/templatetags/embed.py +++ b/philo/templatetags/embed.py @@ -1,32 +1,13 @@ """ 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