Skip to content

Instantly share code, notes, and snippets.

@niloc132
Created February 22, 2012 02:08
Show Gist options
  • Save niloc132/1880652 to your computer and use it in GitHub Desktop.
Save niloc132/1880652 to your computer and use it in GitHub Desktop.
interface MyAltTextImageTemplate extends SafeHtmlTemplates {
@Template("<img alt=\"{0}\" src=\"{1}\" />")
SafeHtml image(String altText, SafeUri image);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment