spee.ch/views/layouts/showlite.handlebars

19 lines
521 B
Handlebars
Raw Normal View History

2017-10-11 23:16:28 +02:00
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<head>
{{ placeCommonHeaderTags }}
2017-10-11 23:16:28 +02:00
<meta property="fb:app_id" content="1371961932852223">
2017-11-21 21:53:43 +01:00
{{#unless claimInfo.nsfw}}
{{{addTwitterCard claimInfo }}}
{{{addOpenGraph claimInfo }}}
2017-11-21 21:53:43 +01:00
{{/unless}}
2017-10-11 23:16:28 +02:00
<!-- google analytics -->
{{ googleAnalytics }}
</head>
2017-11-09 20:45:54 +01:00
<body id="showlite-body">
<script src="/assets/js/assetConstructor.js"></script>
{{{ body }}}
2017-10-11 23:16:28 +02:00
</body>
</html>