6 lines
318 B
HTML
6 lines
318 B
HTML
<p>{{ this.sm_what }}{{ ' ' }}
|
|
{%- if this.title is defined and this.title != '' -%}
|
|
<a href="{{ this.sm_link }}">{{ this.title }}</a>
|
|
{%- endif -%}
|
|
 <a href="{{ this.sm_link }}"><img class="content__inline_image" src="{{ this.sm_image }}" alt="{{ this.title }} Logo" height="16px"></a></p>
|