{% if isVysper %}
{% filter markdown %}{% include "vysper-project/navigation.html" %}{% endfilter %}
{% endif %}
{% if isSshd %}
{% filter markdown %}{% include "sshd-project/navigation.html" %}{% endfilter %}
{% endif %}
{% if isFtpServer %}
{% filter markdown %}{% include "ftpserver-project/navigation.html" %}{% endfilter %}
{% endif %}
{% if isAsyncweb %}
{% filter markdown %}{% include "asyncweb-project/navigation.html" %}{% endfilter %}
{% endif %}
{% if isMina %}
{% filter markdown %}{% include "mina-project/navigation.html" %}{% endfilter %}
{% endif %}
{% if isSite %}
{% include "navigation.html" %}
{% endif %}