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>
|
2017-12-07 21:36:18 +01:00
|
|
|
{{ 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}}
|
2017-12-07 21:36:18 +01:00
|
|
|
{{{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">
|
2017-11-30 06:36:30 +01:00
|
|
|
<script src="/assets/js/assetConstructor.js"></script>
|
2017-11-30 01:02:40 +01:00
|
|
|
{{{ body }}}
|
2017-10-11 23:16:28 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|