Skip to content

Instantly share code, notes, and snippets.

@gajewsk2
Created September 9, 2015 16:43
Show Gist options
  • Save gajewsk2/545da4f8949421dda021 to your computer and use it in GitHub Desktop.
Save gajewsk2/545da4f8949421dda021 to your computer and use it in GitHub Desktop.
html = u"""
<span class="links">{0}</span>
<span class="expression"><a href="http://jisho.org/search/{1}">{1}</a><br></span>
{2}
<span class="glossary"><a href="http://jisho.org/search/{3}">{3}</a><br></span>
{4}
<br clear="all">""".format(links, definition['expression'], reading, definition['glossary'], rules)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment