Current Theme (#if ($themePress.isUsingDefaultTheme($spaceKey))Site Default#{else}This Space#end)

#set ($imageValue = $themePress.logoForTheme($themeName))
$themeName
#set ($names = $themePress.themeNames) #if (!$names.empty)

Available Themes

#foreach ($name in $names) #set ($imageValue = $themePress.logoForTheme($name))
#imageThumbnail($imageValue, 30, 53, $name)
#end
#end