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