This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.

5 lines
209 B
HTML
Raw Normal View History

2023-10-12 14:01:05 +02:00
{{- $reward := .Scratch.Get "reward" -}}
{{- $author := .Scratch.Get "author" -}}
{{- $options := dict "Reward" $reward "Id" "fi-reward" "Author" $author.name -}}
{{- partial "plugin/reward.html" $options -}}