{% extends "shared/skeleton/landing/structure.html" %}
{% block styling_extra %}
{% endblock %}
{% block documentReady %}
{#
window.fbAsyncInit = function() {
FB.init({
appId : '{{ FACEBOOK_ACCOUNT_ID }}',
xfbml : true,
version : 'v8.0'
});
};
(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 = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
#}
{% endblock %}
{% block content %}
{% include "landing/slider_content.html" %}
{#
{% include "shared/skeleton/landing/service_section_content.html" %}
#}
{% include "landing/membership_program_product_content.html" %}
{#
{% include "landing/webstore_product_content.html" %}
{% include "landing/pos_product_content.html" %}
#}
{% include "landing/app_screenshot_section_content.html" %}
{#
{% include "landing/pricing_content.html" %}
#}
{% include "landing/app_download_section_content.html" %}
{#
{% include "shared/skeleton/landing/testimonial_section_content.html" %}
#}
{% include "landing/contact_us_content.html" %}
{% endblock %}
{% block footer %}
{% include "landing/footer_content.html" %}
{% endblock %}