Easiest way to know the site template for any SharePoint site is by view page source, on the page source find about "SiteTemplateId", and now you can show it.
var g_wsaLCID = 1025;
var g_wsaListTemplateId = 850;
var g_wsaSiteTemplateId = 'BLANKINTERNET#0';