allexsdk
Version:
AllexJS sdk
12 lines (10 loc) • 799 B
HTML
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" itemscope="itemscope" itemtype="http://schema.org/Product" {% if cache_manifest %} manifest="{{cache_manifest}}" {%- endif %} {% if vars.html -%} {% if vars.html.attributes -%}{% autoescape false %}{{vars.html.attributes}}{% endautoescape %}{%- endif %}{%- endif %}>
{% include '../includes/head.html' %}
<body {% if vars.body -%} {% if vars.body.app -%} data-ng-app="{{vars.body.app}}"{%- endif %} {% if vars.body.attributes -%}{% autoescape false %}{{vars.body.attributes}}{% endautoescape %}{%- endif %}{%- endif %}>
<div id="splash_screen_container"></div>
{% block content %}
{% endblock %}
{% include '../includes/foot.html' %}
</body>
</html>