8a4aa4efdd
This removes the need for `switch (obj)` in the template which is not allowed in strict mode. Additionally using a named variable speeds up rendering.
5 lines
129 B
HTML
5 lines
129 B
HTML
<label>
|
|
{{{o.label}}}
|
|
<a class="form-url" target="_blank" rel="noopener" href="{{{o.value}}}">{{{o.value}}}</a>
|
|
</label>
|