6 lines
198 B
HTML
6 lines
198 B
HTML
{{ .Page.Store.Set "hasCodeBlock" true }}
|
|
{{ $lang := .Get "language" | default "" }}
|
|
{{ with .Get "title" }}
|
|
<p><strong>{{ . }}</strong></p>
|
|
{{ end }}
|
|
{{ highlight (trim .Inner "\r\n") $lang "" }}
|