<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
	<meta http-equiv="X-UA-Compatible" content="ie=edge">
	<title>Spee.ch</title>
    <link rel="stylesheet" href="/assets/css/reset.css" type="text/css">
	<link rel="stylesheet" href="/assets/css/general.css" type="text/css">
    <link rel="stylesheet" href="/assets/css/mediaQueries.css" type="text/css">
	<meta name="twitter:card" content="summary" />
	<meta name="twitter:site" content="@spee_ch" />
	<meta property="og:title" content="{{this.channelName}} on Spee.ch">
	<meta property="og:site_name" content="Spee.ch">
	<meta property="og:type" content="website">
	<meta property="og:image" content="https://spee.ch/assets/img/Speech_Logo_Main@OG-02.jpg">
	<meta property="og:url" content="http://spee.ch/{{this.channelName}}:{{this.longChannelId}}">
	<meta property="og:description" content="View images and videos from {{this.channelName}}">
    <!--google font-->
    <link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
	<!-- google analytics -->
	{{ googleAnalytics }}
</head>
<body id="channel-body">
    <script src="/assets/js/generalFunctions.js"></script>
    <script src="/assets/js/navBarFunctions.js"></script>
    {{> navBar}}
    {{{ body }}}
</body>
</html>