8 lines
377 B
Plaintext
8 lines
377 B
Plaintext
{{ if media }}{{@ media.replaceAll('\n', '') }}{{ /if }}
|
|
{{ if desc }}<p>{{@ desc.replaceAll('\n', '<br>') }}</p>{{ /if }}
|
|
{{ if locationLink.length && locationLink.attr('href') }}
|
|
<p>📍 <small><a href="{{ locationLink.attr('href') }}">{{ locationLink.text() }}</a></small></p>
|
|
{{ else if locationLink.length }}
|
|
<p>📍 <small>{{ locationLink.text() }}</small></p>
|
|
{{ /if }}
|