Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created July 8, 2015 20:20
Show Gist options
  • Save paulgibbs/a2f2ab472355f5c2ade8 to your computer and use it in GitHub Desktop.
Save paulgibbs/a2f2ab472355f5c2ade8 to your computer and use it in GitHub Desktop.
url_token = 'http://google.com'
text_token = 'Go to Google'
HTML template:
<a href="[url_token]">[text_token]</a>
Plaintext template:
[text_token] [url_token]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment