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