Skip to content

Osmose/django-moz-header

 
 

Repository files navigation

Global header/footer templates and css shared between Django-powered sites at Mozilla.

The following projects are currently using this code:

Kitsune: https://github.com/jsocol/kitsune/ Zamboni: https://github.com/jbalogh/zamboni/

Out of the box, you get:

  • Header/footer images, CSS set such that these image paths work if the CSS is served from media/global, both minified and not
  • Fluid width for both header and footer
  • JS that adds a hide delay on header drop downs

Requirements ^^^^^^^^^^^

  • Jinja 2.
  • A jinja |f filter, used to interpolate parameters, like so:

    'visit {0}'|f('<span>mozilla</span>')

  • The JS is optional, but using it requires jQuery; tested with 1.3 or later.

About

Common header/footer templates and CSS for Django-based Mozilla sites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%