PageRenderTime 35ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/templates/post.mustache

http://github.com/TheOnly92/bloody.go
Mustache | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | ea06fb719a3b8a9f506e13fce899d61f MD5 | raw file
  1. {{#posts}}
  2. <div id="Post">
  3. <h1>{{Title}}</h1>
  4. <div id="Content">{{{Content}}}</div>
  5. <p id="Info">{{Date}} | <a href="/post/{{Id}}">Permalink</a></p>
  6. </div>
  7. {{/posts}}