7 lines
198 B
HTML
7 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 "" }}
|