1 2 3 4 5
{{ if fileExists "templates/logo.txt" -}} <header class="logo"> <pre class="logo__text">{{ readFile "templates/logo.txt" }}</pre> </header> {{- end }}