mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-07 04:27:31 -05:00
13 lines
395 B
HTML
13 lines
395 B
HTML
{{/* TODO: should we use .PageInner */}}
|
|
{{ partial "embed-resource.html" (.Page.Resources.Get .Destination) }}
|
|
{{ with .Title }}
|
|
{{ errorf "%q" . }}
|
|
{{ end }}
|
|
{{ with .Attributes }}
|
|
{{/* FIXME: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/_markup/render-image.html */}}
|
|
{{ errorf "%q" . }}
|
|
{{ end }}
|
|
{{ with .Text }}
|
|
{{ errorf "%q" . }}
|
|
{{ end }}
|