Injecting ads inside content is a very effective technique. Let's say you want to inject Adsense ad after first paragraph of text. To add such capability to our Django based website we need to create a custom filter for that. I'll tell you how to implement such a filter.
1 ...