2 lines
99 B
HTML
2 lines
99 B
HTML
{{ $align := default "center" (.Get "align") }}
|
|
{{ partial "profile.html" (dict "align" $align) }}
|