2014-06-04 15:28:20 +00:00
|
|
|
doctype html
|
2018-11-05 14:02:11 +00:00
|
|
|
html(
|
2019-07-18 14:19:48 +00:00
|
|
|
lang=(currentLngCode || 'en')
|
2018-11-05 14:02:11 +00:00
|
|
|
)
|
2018-06-19 17:57:55 +00:00
|
|
|
- metadata = metadata || {}
|
2014-06-21 21:20:37 +00:00
|
|
|
block vars
|
|
|
|
|
2014-02-12 10:23:40 +00:00
|
|
|
head
|
2018-06-19 17:57:55 +00:00
|
|
|
include ./_metadata.pug
|
|
|
|
|
2015-03-10 18:56:46 +00:00
|
|
|
script(type="text/javascript").
|
2015-02-05 11:23:45 +00:00
|
|
|
// Stop superfish from loading
|
|
|
|
window.similarproducts = true
|
2015-10-14 15:22:32 +00:00
|
|
|
style [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important; display: none; }
|
2015-02-05 11:23:45 +00:00
|
|
|
|
2014-08-24 16:07:40 +00:00
|
|
|
-if (typeof(gaExperiments) != "undefined")
|
|
|
|
|!{gaExperiments}
|
2014-08-22 13:20:39 +00:00
|
|
|
|
2018-05-21 22:31:19 +00:00
|
|
|
//- Stylesheet
|
2019-11-28 10:20:22 +00:00
|
|
|
link(rel='stylesheet', href=buildCssPath(getCssThemeModifier(userSettings, brandVariation)), id="main-stylesheet")
|
2014-02-12 10:23:40 +00:00
|
|
|
|
2017-01-31 15:43:53 +00:00
|
|
|
block _headLinks
|
|
|
|
|
2014-08-06 14:35:57 +00:00
|
|
|
if settings.i18n.subdomainLang
|
|
|
|
each subdomainDetails in settings.i18n.subdomainLang
|
2016-05-04 21:00:43 +00:00
|
|
|
if !subdomainDetails.hide
|
|
|
|
link(rel="alternate", href=subdomainDetails.url+currentUrl, hreflang=subdomainDetails.lngCode)
|
2014-08-06 14:05:13 +00:00
|
|
|
|
2018-05-21 22:31:19 +00:00
|
|
|
//- Scripts
|
|
|
|
|
|
|
|
//- Google Analytics
|
2014-02-12 10:23:40 +00:00
|
|
|
- if (typeof(gaToken) != "undefined")
|
2014-06-04 15:28:20 +00:00
|
|
|
script(type='text/javascript').
|
2014-03-05 15:45:24 +00:00
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
2019-11-27 20:44:49 +00:00
|
|
|
script(type='text/javascript').
|
2018-03-19 17:06:02 +00:00
|
|
|
ga('create', '#{gaToken}', '#{settings.cookieDomain.replace(/^\./, "")}');
|
2014-03-05 15:45:24 +00:00
|
|
|
ga('send', 'pageview');
|
2019-12-16 10:55:25 +00:00
|
|
|
if gaOptimize === true && typeof(gaOptimizeId) != "undefined"
|
|
|
|
script(type='text/javascript').
|
|
|
|
ga('require', '#{gaOptimizeId}')
|
2014-03-14 11:14:02 +00:00
|
|
|
- else
|
2014-06-11 13:52:23 +00:00
|
|
|
script(type='text/javascript').
|
2016-07-12 13:25:04 +00:00
|
|
|
window.ga = function() { console.log("would send to GA", arguments) };
|
2018-05-21 22:31:19 +00:00
|
|
|
|
2014-06-11 13:52:23 +00:00
|
|
|
script(type="text/javascript").
|
2014-02-12 10:23:40 +00:00
|
|
|
window.csrfToken = "#{csrfToken}";
|
2019-12-11 09:53:31 +00:00
|
|
|
//- Configure dynamically loaded assets (via webpack) to be downloaded from CDN
|
|
|
|
//- See: https://webpack.js.org/guides/public-path/#on-the-fly
|
|
|
|
window.baseAssetPath = "#{buildBaseAssetPath()}"
|
2018-05-21 22:31:19 +00:00
|
|
|
|
2019-10-16 10:10:54 +00:00
|
|
|
block head-scripts
|
2016-10-28 09:18:20 +00:00
|
|
|
|
2014-07-23 10:29:04 +00:00
|
|
|
script.
|
|
|
|
window.sharelatex = {
|
|
|
|
siteUrl: '#{settings.siteUrl}',
|
2019-02-06 10:03:33 +00:00
|
|
|
wsUrl: '#{settings.wsUrl}',
|
2014-07-23 10:29:04 +00:00
|
|
|
};
|
2016-03-02 15:29:52 +00:00
|
|
|
window.ab = {};
|
|
|
|
window.user_id = '#{getLoggedInUserId()}';
|
2019-06-17 14:46:52 +00:00
|
|
|
window.ExposedSettings = JSON.parse('!{StringHelper.stringifyJsonForScript(ExposedSettings)}');
|
2016-03-02 15:29:52 +00:00
|
|
|
|
2014-07-23 10:29:04 +00:00
|
|
|
- if (typeof(settings.algolia) != "undefined")
|
|
|
|
script.
|
|
|
|
window.sharelatex.algolia = {
|
|
|
|
app_id:'#{settings.algolia.app_id}',
|
|
|
|
api_key:'#{settings.algolia.read_only_api_key}',
|
2019-06-17 14:46:52 +00:00
|
|
|
indexes:!{StringHelper.stringifyJsonForScript(settings.algolia.indexes)}
|
2014-07-23 10:29:04 +00:00
|
|
|
}
|
|
|
|
|
2014-08-22 12:10:32 +00:00
|
|
|
- if (typeof(settings.templates) != "undefined")
|
2014-07-23 10:29:04 +00:00
|
|
|
script.
|
|
|
|
window.sharelatex.templates = {
|
2014-08-22 12:10:32 +00:00
|
|
|
user_id : '!{settings.templates.user_id}',
|
|
|
|
cdnDomain : '!{settings.templates.cdnDomain}',
|
|
|
|
indexName : '!{settings.templates.indexName}'
|
2014-07-23 10:29:04 +00:00
|
|
|
}
|
2017-12-11 18:03:09 +00:00
|
|
|
|
2017-12-14 17:09:11 +00:00
|
|
|
|
2014-06-17 15:36:08 +00:00
|
|
|
body
|
2017-12-11 12:32:43 +00:00
|
|
|
if(settings.recaptcha)
|
2019-01-21 17:09:02 +00:00
|
|
|
if (settings.recaptcha.siteKeyV3)
|
|
|
|
script(src="https://www.google.com/recaptcha/api.js?render="+settings.recaptcha.siteKeyV3)
|
|
|
|
else
|
|
|
|
script(src="https://www.google.com/recaptcha/api.js?render=explicit")
|
2017-12-11 12:32:43 +00:00
|
|
|
div(
|
|
|
|
id="recaptcha"
|
|
|
|
class="g-recaptcha"
|
|
|
|
data-sitekey=settings.recaptcha.siteKey
|
|
|
|
data-size="invisible"
|
|
|
|
data-badge="inline"
|
|
|
|
)
|
2016-03-18 12:55:35 +00:00
|
|
|
|
2014-06-21 21:20:37 +00:00
|
|
|
- if(typeof(suppressNavbar) == "undefined")
|
|
|
|
include layout/navbar
|
|
|
|
|
2014-06-17 15:43:33 +00:00
|
|
|
block content
|
2016-10-11 13:30:27 +00:00
|
|
|
|
2014-09-29 16:33:54 +00:00
|
|
|
div(ng-controller="AbTestController")
|
2014-06-21 21:20:37 +00:00
|
|
|
- if(typeof(suppressFooter) == "undefined")
|
|
|
|
include layout/footer
|
2014-06-17 15:36:08 +00:00
|
|
|
|
2018-05-23 21:02:02 +00:00
|
|
|
!= moduleIncludes("contactModal", locals)
|
2017-11-22 11:37:29 +00:00
|
|
|
include v1-tooltip
|
2016-03-02 15:29:52 +00:00
|
|
|
|
2019-10-16 10:10:54 +00:00
|
|
|
block foot-scripts
|
|
|
|
script(src=buildJsPath('libraries.js'))
|
|
|
|
script(src=buildJsPath('main.js'))
|
2019-12-16 15:02:29 +00:00
|
|
|
script(type="text/javascript").
|
|
|
|
//- Look for bundle
|
|
|
|
var cdnBlocked = typeof Frontend === 'undefined'
|
|
|
|
//- Prevent loops
|
|
|
|
var noCdnAlreadyInUrl = window.location.href.indexOf("nocdn=true") != -1
|
|
|
|
if (cdnBlocked && !noCdnAlreadyInUrl && navigator.userAgent.indexOf("Googlebot") == -1) {
|
|
|
|
//- Set query param, server will not set CDN url
|
|
|
|
window.location.search += "&nocdn=true";
|
|
|
|
}
|