logarion-2016/share/text.mustache
2016-10-15 21:37:57 +01:00

10 lines
223 B
Plaintext

<article>
<h1>{{title}}</h1>
<details>
<summary>{{abstract}}</summary>
<p>Topics: {{topics}}</p>
<a href="" rel="author">{{author_name}}</a>
<time datetime="{{date}}">{{date_human}}</time>
</details>
{{body}}
</article>