Reduce whitespace in templates and avoid polluting the page scratch
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
{{ partial "geturl.html" (dict "scratch" .Scratch "path" (.Get 0)) }}
|
||||
{{- .Scratch.Get "bestUrl" -}}
|
||||
{{- $scratch := newScratch -}}
|
||||
{{- partial "geturl.html" (dict "scratch" $scratch "path" (.Get 0)) -}}
|
||||
{{- $scratch.Get "bestUrl" -}}
|
||||
|
||||
Reference in New Issue
Block a user