diff --git a/themes/gohugoioTheme/layouts/showcase/single.html b/themes/gohugoioTheme/layouts/showcase/single.html
index c396f7b05..0ea5d7a55 100644
--- a/themes/gohugoioTheme/layouts/showcase/single.html
+++ b/themes/gohugoioTheme/layouts/showcase/single.html
@@ -9,15 +9,15 @@ Showcase: {{ .Title }}
- {{template "details" .}}
+ {{template "sc-details" .}}
- {{template "main-column" .}}
+ {{template "sc-main-column" .}}
@@ -32,7 +32,7 @@ Showcase: {{ .Title }}
-{{define "main-column"}}
+{{define "sc-main-column"}}
{{ $img := (.Resources.ByType "image").GetMatch "*featured*" }}
{{ with $img }}
{{ $big := .Fill "1024x512 top" }}
@@ -50,7 +50,7 @@ Showcase: {{ .Title }}
{{end}}
-{{define "details"}}
+{{define "sc-details"}}
{{.Title}}
@@ -74,7 +74,7 @@ Showcase: {{ .Title }}
{{end}}
-{{define "navigation"}}
+{{define "sc-navigation"}}
{{$section := where .Site.RegularPages "Section" .Section}}
{{$number_of_entries := $section | len}}