Created
November 27, 2013 04:14
-
-
Save taywils/7670586 to your computer and use it in GitHub Desktop.
spark_view_step_4_2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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