That worked well with one exception. I now have two copies of the same 
content. Is there a way to mark block as invisible?

On Monday, February 25, 2013 12:44:10 PM UTC-8, Juan Pablo Scaletti wrote:
>
>
> Nice.
> However, you can also call a block from another block.
>
>     {% block some_content %}
>         blah blah blah 
>     {% endblock %}
>
>
>     {% block content %}
>     {{ self.some_content() }}
>     ...
>     {% endblock %}
>
>
> Another option could be using and {% include "..." %} of a separate file
>
> J.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to