Re: filtering through django templates then through textile

2007-10-05 Thread James Bennett
On 10/5/07, kan <[EMAIL PROTECTED]> wrote: > Say I have a text file. Is it possible to treat the file as a django > template then filter through textile to finally get xhtml ? This has > the advantage that I can write my web pages in textile but also have > the facilities of django's if then tags

filtering through django templates then through textile

2007-10-05 Thread kan
Say I have a text file. Is it possible to treat the file as a django template then filter through textile to finally get xhtml ? This has the advantage that I can write my web pages in textile but also have the facilities of django's if then tags. I know about the |textile filter tag but I want t