<!doctype html>
<html amp lang="de">
  <head>
    <meta charset="utf-8">
    <title>{title}</title>
    <link rel="canonical" href="{canonical}" />
    <link rel="amphtml" href="{canonical_amp}" />
	<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
    <script type="application/ld+json"> 
	{
		"@context": "http://schema.org",
		"@type": "NewsArticle",
		"mainEntityOfPage": "https://www.buzzerstar.com/",
		"headline": "{title}",
		"description": "{description}",
		"datePublished": "{dateArticle}",
		"dateCreated": "{dateArticle}",
		"dateModified": "{dateNow}",
		"author": {
			"@type": "Person",
			"name": "Sebastian Enger"
		},
		"image": {
			"@type": "ImageObject",
			"url": "{image}",
			"height": "124",
			"width": "110"
		},
		"publisher": {
			"@type": "Organization",
			"name": "BuzzerStar Einzelunternehmen",
			"logo": {
				"@type": "imageObject",
				"url": "https://www.buzzerstar.com/images/logo_header.png"
			}
		}
	}
    </script>
    <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
    <script async src="https://cdn.ampproject.org/v0.js"></script>
	<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
	<script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></script>
	<script async custom-element="amp-fit-text" src="https://cdn.ampproject.org/v0/amp-fit-text-0.1.js"></script>
	<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
</script>
  </head>
  <body>
  <amp-analytics type="googleanalytics" id="analytics1">
  <script type="application/json">
  {
    "vars": {
      "account": "UA-35911242-1"
    },
    "triggers": {
      "trackPageview": {
        "on": "visible",
        "request": "pageview"
      },
      "trackEvent": {
        "selector": "#event-test",
        "on": "click",
        "request": "event",
        "vars": {
          "eventCategory": "ui-components",
          "eventAction": "click"
        }
      }
    }
  }
  </script>
  </amp-analytics>
  <amp-fit-text width="300" height="50" layout="responsive" min-font-size="10">
  Navigation: <a href="https://www.buzzerstar.com/" hreflang="de">Startseite</a>&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;<a href="https://www.buzzerstar.com/kategorie/Entertainment" hreflang="de">Entertainment</a>&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;<a href="https://www.buzzerstar.com/kategorie/Geschichten" hreflang="de">Geschichten</a>&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;<a href="https://www.buzzerstar.com/kategorie/Lustiges" hreflang="de">Lustiges</a>&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;<a href="https://7lol.de/" title="Lustige, spassige Bilder & Videos" hreflang="de" target="_blank">Funny Bilder (OMG LOL :-)</a>
 </amp-fit-text>
 
    <h1>{title}</h1>
	<p>
		<amp-img src="{image}" alt="{title}" height="480" width="360" layout="responsive"></amp-img>
	</p>
	<p>
		<amp-ad width="320" height="100"  
			media="(max-height: 100px)"  
			layout="responsive"
			type="adsense"
			data-ad-client="ca-pub-8441004200831936"
			data-ad-slot="1845200008">
		</amp-ad>
	</p>	
	<p>Coole News aus {category} mit diesem Inhalt: </p>
	<br />
	<p>
		<amp-fit-text width="300" height="50" layout="responsive" min-font-size="10">
			{MoreContent}
		</amp-fit-text>
	</p>
	<br />
	<p>
		<amp-youtube
		  data-videoid="{youtube_id}"
		  layout="responsive"
		  width="480" height="270">
		</amp-youtube>
	</p>
	<br />
	<p>
		<amp-fit-text width="300" height="200" layout="responsive" min-font-size="10">
			{content}
		</amp-fit-text>
	</p>
	<br />
	<p>
		<amp-ad width="320" height="100"  
			media="(max-height: 100px)"  
			layout="responsive"
			class="adsbygoogle ads_mystyle"  
			type="adsense"
			data-ad-slot="1845200008">
		</amp-ad>
	</p>
	<br />
	<p>Artikel ver&ouml;ffentlicht am: {dateArticle}</p>
  </body>
</html>