Skip to content

Instantly share code, notes, and snippets.

@seb-thomas
Created June 10, 2015 08:46
Show Gist options
  • Select an option

  • Save seb-thomas/73e2e8f23cdcef44da6f to your computer and use it in GitHub Desktop.

Select an option

Save seb-thomas/73e2e8f23cdcef44da6f to your computer and use it in GitHub Desktop.
Twig loop whitespace control
{% set value = 'no spaces' -%}
var qqq = [{
{%- for block in officeLocations.officeLocations -%}
"lat": {{- block.lat -}},"lng": {{- block.lng -}}
{%- if not loop.last -%} },{ {%- endif -%}
{%- endfor -%}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment