allexsdk
Version:
AllexJS sdk
10 lines (8 loc) • 527 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' %}
{% block content %}
{% endblock %}
{% include '../includes/js.html' %}
</body>
</html>