{% extends "shared/skeleton/landing/structure.html" %}
{% block styling_extra %}
{% endblock %}
{% block documentReady %}
window.fbAsyncInit = function() {
FB.init({
appId : '{{ FACEBOOK_ACCOUNT_ID }}',
autoLogAppEvents : true,
xfbml : true,
version : 'v3.2'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = '//connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
{% endblock %}
{% block content %}
{% include "shared/skeleton/landing/slider_content.html" %}
{% include "shared/skeleton/landing/feature_section_content.html" %}
{% include "shared/skeleton/landing/service_section_content.html" %}
{% include "shared/skeleton/landing/app_screenshot_section_content.html" %}
{% include "shared/skeleton/landing/pricing_section_content.html" %}
{% include "shared/skeleton/landing/testimonial_section_content.html" %}
{% include "shared/skeleton/landing/app_download_section_content.html" %}
{% include "shared/skeleton/landing/contact_us_section_content.html" %}
{% endblock %}