Files
FixIt/layouts/partials/single/reward.html
T

5 lines
207 B
HTML

{{- $reward := .Scratch.Get "reward" -}}
{{- $author := .Store.Get "author" -}}
{{- $options := dict "Reward" $reward "Id" "fi-reward" "Author" $author.name -}}
{{- partial "plugin/reward.html" $options -}}