summaryrefslogtreecommitdiff
path: root/layouts/guide/single.html
blob: f1eca27745202d1c0979f3c284ecdfd752a7d090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "main" }}
{{ with .Params.icon }}
<img src="{{ . }}" class="icon">
{{ end }}
{{ if .Params.deprecated }}
<br>
<blockquote class="deprecated">
	<p>I don't like this guide. I just leave it in case, avoid using it.</p>
</blockquote>
{{ end }}
<h2>Table of Contents</h2>
{{ .TableOfContents }}
{{- .Content }}
{{ end }}