Widget:ProjectStep: Difference between revisions

From Makerpedia

No edit summary
No edit summary
Line 1: Line 1:
<div class='step' show='{{{show}}}'>
<div class='step' show='{$show|escape:'html'}'>
=== ===
=== ===
<img src='{{{src}}}'></img>
<img src='{$show|escape:'html'}'></img>
{{{inst}}}
{$inst|escape:'html'}
</div>
</div>

Revision as of 16:45, 18 May 2021

<img src='{$show|escape:'html'}'></img> {$inst|escape:'html'}