This requires integration between your web framework and fanstatic,
and making sure that the original resources (shipped in the resources
directory in js/cookieconsent) are published to some URL.
How to use?
You can import cookieconsent from js.cookieconsent and need it where
you want these resources to be included on a page:
>>> from js.cookieconsent import cookieconsent
>>> cookieconsent.need()