Skip to content

Instantly share code, notes, and snippets.

@ionas
Created September 12, 2010 17:13
Show Gist options
  • Save ionas/576249 to your computer and use it in GitHub Desktop.
Save ionas/576249 to your computer and use it in GitHub Desktop.
# have this
attribs = ['src', 'alt', 'title', 'longdesc']
# call this
raw Liquid::Template.parse(@element.template.data).render(
'src' => data['src'],
'alt' => data['alt'],
'title' => data['title'],
'longdesc' => data['longdesc'],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment