jmoiron plays the blues

jmoiron/monet 49d104b alter admin basic grid and gallery grid to utilize new features in mandira instead of pre-calculating panel positions
ae9933c2 to mandira fix an issue where format strings are in a {{{ }}} block, leading the missing formats to print (MISSING)
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
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