14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
{{ if post.txt }}{{@ post.txt.replace(/\n/g, '<br>') }}<br>{{ /if }}
|
|
|
|
{{ if post.previmg }}<img src="{{ post.previmg }}"><br>{{ /if }}
|
|
|
|
{{ if post.ttl && post.prevsrc }}<b><a href="{{ post.prevsrc }}">{{ post.ttl }}</a></b><br>{{ /if }}
|
|
|
|
{{ if post.dsc && post.prevsrc }}<a href="{{ post.prevsrc }}">{{ post.dsc }}</a><br>{{ /if }}
|
|
|
|
{{ if post.imgs }}
|
|
{{ each post.imgs i }}
|
|
<img src="{{ mediaHost }}/{{ i }}">
|
|
{{ /each }}
|
|
{{ /if }}
|