From 3d83fde6f44881b9649b0e3fe3d81cdc7a32eb41 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 7 Apr 2026 17:08:51 +0200 Subject: [PATCH] feat: add whiteline between shares for readibility --- templates/exports.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/exports.j2 b/templates/exports.j2 index 2f12527..fead7d4 100644 --- a/templates/exports.j2 +++ b/templates/exports.j2 @@ -1,4 +1,5 @@ {% for __shares in shares %} # {{ __shares['name'] }} {{ __shares['path'] }} {{ __shares['client_ip'] }}({{ __shares['client_options'] }}) + {% endfor %}