{% t filesync.software %}
{%- capture filesync_sparkleshare_descr -%}{% t filesync.sparkleshare_descr %}{%- endcapture -%}
{%- capture filesync_syncthing_descr -%}{% t filesync.syncthing_descr %}{%- endcapture -%}
{% include card.html color="success"
title="SparkleShare"
image="/assets/img/tools/SparkleShare.png"
url="https://sparkleshare.org/"
footer="OS: Windows, macOS, Linux."
description=filesync_sparkleshare_descr
%}
{% include card.html color="primary"
title="Syncthing"
image="/assets/img/tools/Syncthing.png"
url="https://syncthing.net/"
footer="OS: Windows, macOS, Linux, Android, BSD, Solaris."
description=filesync_syncthing_descr
%}
{% t filesync.worth_mentioning %}