mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-28 19:10:28 +00:00
2933855f31
Thanks @ericshulman
9 lines
317 B
Plaintext
9 lines
317 B
Plaintext
title: $:/_tw5.com/external-links-view-template
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
<%if [<currentTiddler>tag[TiddlyWiki on the Web]] %>
|
|
<div class="tc-cards tc-cards-vertical">
|
|
<$macrocall $name="flex-card-external" backgroundcolor={{!!background-color}} textcolor={{!!text-color}} captionField="caption"/>
|
|
</div>
|
|
<%endif%>
|