mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
9 lines
285 B
Scheme
9 lines
285 B
Scheme
|
<img src="$Image.FocusFill(432,315).URL" alt="$Title" />
|
||
|
<% if $Link %>
|
||
|
<% with $Link %>
|
||
|
<a href="$URL"<% if $OpenInNewWindow %> target="_blank"<% end_if %> class="stretched-link">
|
||
|
<span class="visually-hidden">$Up.Title</span>
|
||
|
</a>
|
||
|
<% end_with %>
|
||
|
<% end_if %>
|