mbme

Results 2 issues of mbme

[Battery API can be used to track users](http://techcrunch.com/2015/08/04/battery-attributes-can-be-used-to-track-web-users/) Maybe it should be disabled by default? `about:config` property is `dom.battery.enabled`.

Macro definition doesn't work in simple template, but works if template extends other template. Importing the macro from a separate template also works. # This works: ```rust use tera::{Context, Tera};...