- offer to create tag when none is found while adding a link from cli - fix tag display in search
3 lines
112 B
Text
3 lines
112 B
Text
{%- if percentage -%}
|
|
<progress value="{{ percentage }}" max="100">{{ percentage }}%</progress>
|
|
{%- endif -%}
|