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