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
2858b6e7 to
mandira
update README to mention usage on jmoiron.net
ae9933c2 to
mandira
fix an issue where format strings are in a {{{ }}} block, leading the missing formats to print (MISSING)
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
jmoiron/monet 675a7f2 · update README to mention mandira usage
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
jmoiron/monet 65c4c5f · Merge branch 'master' of github.com:jmoiron/monet
jmoiron/monet bd431d3 · lots of style fixes for gallery
jmoiron/monet 9e79345 · change site to use mandira instead of mustache templates
5d134fe2 to
mandira
update README to reflect the feature completeness of go implementation, which is still unfortunately a bit messy