mondart.com/mondarth-com/themes/mondarth/layouts/partials/func/warn.html

15 lines
262 B
HTML
Raw Permalink Normal View History

2024-07-13 11:25:02 +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 . }}