distorsion.interhacker.space/themes/ananke/layouts/partials/func/warn.html

15 lines
262 B
HTML
Raw Normal View History

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