Files
xuesheng/themes/ananke/layouts/partials/func/warn.html
2025-07-10 15:45:00 +08:00

16 lines
281 B
HTML

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