spee.ch/views/layouts/show.handlebars

22 lines
670 B
Handlebars
Raw Normal View History

<!DOCTYPE html>
2017-08-07 21:11:15 +02:00
<html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<head>
{{ placeCommonHeaderTags }}
2017-08-07 20:48:43 +02:00
<meta property="fb:app_id" content="1371961932852223">
2017-11-21 21:53:43 +01:00
{{#unless claimInfo.nsfw}}
{{{addTwitterCard claimInfo }}}
{{{addOpenGraph claimInfo }}}
{{/unless}}
2017-10-27 18:59:31 +02:00
<!--google font-->
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<!-- google analytics -->
{{ googleAnalytics }}
</head>
2017-11-09 20:45:54 +01:00
<body id="show-body">
2017-10-10 19:14:43 +02:00
<script src="/assets/js/generalFunctions.js"></script>
<script src="/assets/js/assetConstructor.js"></script>
2017-10-19 00:16:07 +02:00
{{{ body }}}
</body>
2017-08-05 02:41:06 +02:00
</html>