2017-05-29 17:02:48 +00:00
|
|
|
{locale path="../i18n" domain="Alltube"}
|
2014-03-13 19:07:56 +00:00
|
|
|
<!Doctype HTML>
|
2017-05-30 22:07:34 +00:00
|
|
|
<html {if isset($locale)}lang="{$locale->getBcp47()}"{/if}>
|
2014-03-13 19:07:56 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
2016-05-01 18:29:53 +00:00
|
|
|
{if isset($description)}
|
|
|
|
<meta name="description" content="{$description|escape}" />
|
|
|
|
<meta name="twitter:description" content="{$description|escape}" />
|
|
|
|
<meta property="og:description" content="{$description|escape}" />
|
|
|
|
{/if}
|
2017-05-14 19:53:57 +00:00
|
|
|
<link rel="stylesheet" href="{base_url}/dist/main.css" />
|
2016-05-01 18:29:53 +00:00
|
|
|
<title>AllTube Download{if isset($title)} - {$title|escape}{/if}</title>
|
2017-01-16 13:26:12 +00:00
|
|
|
<link rel="canonical" href="{$canonical}" />
|
2017-05-14 19:53:57 +00:00
|
|
|
<link rel="icon" href="{base_url}/img/favicon.png" />
|
2016-05-01 18:29:53 +00:00
|
|
|
<meta property="og:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
|
2016-05-01 18:47:39 +00:00
|
|
|
<meta property="og:image" content="{base_url}/img/logo.png" />
|
2014-03-13 19:07:56 +00:00
|
|
|
<meta name="twitter:card" content="summary" />
|
2016-05-01 18:29:53 +00:00
|
|
|
<meta name="twitter:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
|
2016-05-01 18:47:39 +00:00
|
|
|
<meta name="twitter:image" content="{base_url}/img/logo.png" />
|
2014-03-13 19:07:56 +00:00
|
|
|
<meta name="twitter:creator" content="@Tael67" />
|
2016-02-26 22:41:57 +00:00
|
|
|
<meta name="theme-color" content="#4F4F4F">
|
2017-05-15 05:25:14 +00:00
|
|
|
<link rel="manifest" href="{base_url}/resources/manifest.json" />
|
2014-03-13 19:07:56 +00:00
|
|
|
</head>
|
2015-04-11 20:08:24 +00:00
|
|
|
<body class="{$class}">
|