2017-10-11 14:16:28 -07: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 12:36:18 -08:00
|
|
|
{{ placeCommonHeaderTags }}
|
2017-10-11 14:16:28 -07:00
|
|
|
<meta property="fb:app_id" content="1371961932852223">
|
2017-11-21 12:53:43 -08:00
|
|
|
{{#unless claimInfo.nsfw}}
|
2017-12-07 12:36:18 -08:00
|
|
|
{{{addTwitterCard claimInfo }}}
|
|
|
|
{{{addOpenGraph claimInfo }}}
|
2017-11-21 12:53:43 -08:00
|
|
|
{{/unless}}
|
2017-10-11 14:16:28 -07:00
|
|
|
<!-- google analytics -->
|
|
|
|
{{ googleAnalytics }}
|
|
|
|
</head>
|
2017-11-09 11:45:54 -08:00
|
|
|
<body id="showlite-body">
|
2017-11-29 21:36:30 -08:00
|
|
|
<script src="/assets/js/assetConstructor.js"></script>
|
2017-11-29 16:02:40 -08:00
|
|
|
{{{ body }}}
|
2017-10-11 14:16:28 -07:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|