Skip to content

Instantly share code, notes, and snippets.

@clintharris
Created September 22, 2011 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintharris/1235461 to your computer and use it in GitHub Desktop.
Save clintharris/1235461 to your computer and use it in GitHub Desktop.
A template file that can be used with the ExtJS demo at http://jsfiddle.net/3Tkdf/
<!-- Note: this file must be named 'fiddle.response.html' for it be readable by the JSFiddle site -->
<em>Note: This content was generated from a remote file (hosted as a GitHub Gist) with XTemplate markup (see it <a href="https://gist.github.com/raw/1235255/fiddle.response.html">here</a>).</em>
<h3>Dork List</h3>
<ul>
<tpl for="dorks">
<li><a target="_blank" href="{url}">{lastName}, {firstName}</a></li>
</tpl>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment