Skip to content

Instantly share code, notes, and snippets.

@taywils
Created November 27, 2013 04:14
Show Gist options
  • Save taywils/7670586 to your computer and use it in GitHub Desktop.
Save taywils/7670586 to your computer and use it in GitHub Desktop.
spark_view_step_4_2
<div class="starter-template">
<h3>${article.getTitle()}</h3>
<h4>${article.getCreatedAt()}</h4>
<h4>${article.getEditLink()} | ${article.getDeleteLink()}</h4>
<h5>${article.getContent()}</h5>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment