X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/1324f9b1e4d57c5ab50bc264507f7adc3207eb99..0959d38b27c03863ec376839dcc6d896d04e36ea:/philo/templatetags/embed.py diff --git a/philo/templatetags/embed.py b/philo/templatetags/embed.py index 20e04a4..9599240 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