HTML
Groovy (beta)
code posted
created at 29 Dec 14:32, updated at 08 Jan 14:33
Edit
|
Back
  1
2
3
4
5
6
7  | 
  <section class=”container”>
  <h1><%= post.title %></h1>
  <h2><%= post.subtitle %></h2>
  <div class=”content”>
    <%= post.content %>
  </div>
</section> | 
162 Bytes in 2 ms with coderay