/templates/post.mustache
Mustache | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | ea06fb719a3b8a9f506e13fce899d61f MD5 | raw file
- {{#posts}}
- <div id="Post">
- <h1>{{Title}}</h1>
- <div id="Content">{{{Content}}}</div>
- <p id="Info">{{Date}} | <a href="/post/{{Id}}">Permalink</a></p>
- </div>
- {{/posts}}