<!-- block pagestyle -->
{% block pagestyle %}
{% endblock %}
- <!-- end block pagescripts -->
-
- {% include 'partial/trackers.html' %}
-
+ <!-- end block pagestyle -->
</head>
<body>
{% block pagescripts %}
{% endblock %}
<!-- end block pagescripts -->
+
+ {% include 'partial/trackers.html' %}
</body>
</html>
}
</script>
-<script type='text/javascript'>
- if (document.location.host === 'www.karmanotes.org' ||
- document.location.host === 'karmanotes.org') {
- window.__wtw_lucky_site_id = 17613;
-
- (function() {
- var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true;
- wa.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://ca17613') + '.luckyorange.com/w.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s);
- })();
- }
-</script>