<head>

<title>
[-- IF PAGE.Title --]
  [-- PAGE.Title Remove_HTML --]</title>
[-- ELSE --]
  [-- PAGE.Name Remove_HTML --]
  [-- IF STORE.Name PAGE.Name --]
</title>
  [-- ELSE --]
  at [-- STORE.Name Remove_HTML --]</title>
  [-- END_IF --]
[-- END_IF --]

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
[-- IF PAGE.MetaKeywords --]
  <meta name="keywords" content="[-- PAGE.MetaKeywords --]">
[-- END_IF --]
[-- IF PAGE.MetaDescription --]
  <meta name="description" content="[-- PAGE.MetaDescription --]">
[-- END_IF --]

[-- IF MiniCart --]
  [-- INCLUDE MiniCart.js PROCESS --]
[-- END_IF --]


