7 lines
120 B
HTML
7 lines
120 B
HTML
|
{{ define "footer" }}
|
||
|
{{ if .CompiledFooter }}
|
||
|
<footer>
|
||
|
<span>{{ .CompiledFooter }}</span>
|
||
|
</footer>
|
||
|
{{ end }}
|
||
|
{{ end }}
|