juliangruber/streamstache

double {{}} vs single {}

Open

#1 opened on Mar 21, 2014

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (3 forks)github user discovery
help wanted

Repository metrics

Stars
 (43 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

This module uses single {}s vs double {{}}s which makes it slightly terser but not compatible with mustache/handlebars and more likely to cause problems with errant {s and }s in free-form text. Would it be good to adopt {{}}?

Contributor guide