
Moved template paths' record to template module. Introduced templates directory parameter in web.toml. Changed web configuration names to make them shorter. More renames of text to note, where applicable.
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
<article>
|
|
<h1>{{title}}</h1>
|
|
<details>
|
|
<summary>{{abstract}}</summary>
|
|
<a href="" rel="author">{{author_name}}</a>
|
|
<time datetime="{{date}}">{{date_human}}</time>
|
|
<span>Series: {{series}}</span>
|
|
<span>Topics: {{topics}}</span>
|
|
<span>Keywords: {{keywords}}</span>
|
|
<span>UUID: {{uuid}}</span>
|
|
</details>
|
|
{{body}}
|
|
</article> |