nmbug-status: Factor out header/footer context into a shared dict
authorW. Trevor King <wking@tremily.us>
Sat, 31 May 2014 22:20:25 +0000 (15:20 -0700)
committerDavid Bremner <david@tethera.net>
Tue, 15 Jul 2014 23:08:24 +0000 (20:08 -0300)
commit783225846849b1f9c8f7ba3b54456278a2e46bc6
treebc66d63ef4d3c72b7da813dd71d625c259246fef
parentb70386a4cbeb1cd74ea4d54ee14f8bf22954e671
nmbug-status: Factor out header/footer context into a shared dict

Rather than splitting this context into header-only and footer-only
groups, just dump it all in a shared dict.  This will make it easier
to eventually split the header/footer templates out of this script
(e.g. if we want to load them from the config file).
devel/nmbug/nmbug-status