Patrick Kollitsch 5ab0adb0e1
refactor: using full file names for partials
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-01 06:58:46 +07:00

16 lines
268 B
HTML

{{/*
warn
Emits a warning using the theme's Header.
@author @regisphilibert
@context String
@access private
@example - Go Template
{{ partial "func/warn.html" $message }}
*/}}
{{ $header := "Ananke Theme Warning" }}
{{ warnf "\n%s:\n%s" $header . }}