- {{ if not .Data.HelpCenter.Theme.Article.HideToc }}
-
- {{ end }}
+ {{ template "hc-article-toc" . }}
{{ .Data.Content }}
-
- {{ $.L.T "helpCenter.wasHelpful" }}
-
-
- {{ $.L.T "helpCenter.feedbackThanks" }}
-
+{{ template "hc-helpful" . }}
{{ if and .Data.Related (not .Data.HelpCenter.Theme.Article.HideRelated) }}
- {{ if not .Data.HelpCenter.Theme.Article.HideToc }}
-
- {{ end }}
+ {{ template "hc-article-toc" . }}
{{ .Data.Content }}
-
- {{ .L.T "helpCenter.wasHelpful" }}
-
-
- {{ .L.T "helpCenter.feedbackThanks" }}
-
+ {{ template "hc-helpful" . }}
{{ if and .Data.Related (not .Data.HelpCenter.Theme.Article.HideRelated) }}