I use standard flask .
I want to put some jinja2 templates into sub folder, and include it in some 
other template, 
Like this: 

  {% include "components/pager.html" %}     

But the it thrown : 

raise TemplateNotFound(template) 

So how could I do that? 

Thanks 

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to