Skip to content

Instantly share code, notes, and snippets.

@kargirwar
Created October 28, 2017 12:19
Show Gist options
  • Save kargirwar/985c566cdf84f0357217c8b7ec32ee63 to your computer and use it in GitHub Desktop.
Save kargirwar/985c566cdf84f0357217c8b7ec32ee63 to your computer and use it in GitHub Desktop.
PHP pug example
tbody
each val, index in data
+row(val['c1'], val['c2'], val['c3'], val['c4'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment