5 lines
209 B
HTML
5 lines
209 B
HTML
![]() |
{{- $reward := .Scratch.Get "reward" -}}
|
||
|
{{- $author := .Scratch.Get "author" -}}
|
||
|
{{- $options := dict "Reward" $reward "Id" "fi-reward" "Author" $author.name -}}
|
||
|
{{- partial "plugin/reward.html" $options -}}
|