window.partnerContent = [];
function isExport() {
return true;
}
function resolvePath(path) {
return ('assets/').concat(path);
}
function resolveFontPath(font) {
return ('lib/fonts/').concat(font.key.split('/').reverse()[0]);
}
root.Runtime = {
isExport: isExport,
resolvePath: resolvePath,
resolveFontPath: resolveFontPath
};
}(window));
{% if page.name == 'search.html' %}
{% else %}
{% endif %}