jmoiron plays the blues

bd431d3a to monet lots of style fixes for gallery
9e79345b to monet change site to use mandira instead of mustache templates
738095a5 to mandira add vim ftdetect & syntax highlighting support
43e6e514 to mandira remove 'loose' from the specification as its not that bad
59760fd4 to mandira use an example that shows more of mandira's capabilities in readme, add a mandira/main binary that takes two files (a template and json context) and renders the template
a63e1a77 to mandira update README to show support for {{.}} and {{.index/1}}
ed523f04 to mandira support context variables '.index' and '.index1' for lists, and support '.' for top context
51422a7c to mandira support use of '.' to get current context
08f2c727 to mandira update the README with current implementation status
182ec9dc to redtape version bump, force decoding of input files from utf-8
8b3aca2b to mandira redo conditional logic to allow for a much richer conditional logic which most people will probably expect, letting or/and chain to n-ary compare exprs, applying comparative opers before boolean ones, and allowing the use of parens for grouping boolean expressions
5d134fe2 to mandira update README to reflect the feature completeness of go implementation, which is still unfortunately a bit messy
7f71ecbf to mandira all tests passing, with conditional+else sections
a431e680 to mandira fix using context vars in filters
7c6e8a53 to mandira check in eval & filters code
e2f73686 to mandira check in eval & filters code
6c41f653 to mandira working filters in mandira; it finally does more than mustache, all filters written w/ tests except for date
34d1d83d to mandira full tests for all expression parsing passing
410ff8d2 to mandira boolean conditional parsing passing tests
356676da to mandira gr another mistake commit, add some rudimentary 'dont explode' tests for parsing conditionals
12687081 to mandira fix compilation on last mistaken commit, condition parsing done but no tests
0f9aea21 to mandira fix compilation on last mistaken commit, condition parsing done but no tests