{# {% if meta_description %}#} {# #} {# {% endif %}#} {##} {% if meta_author %} {% endif %} {% block normalizecss %} {% if theme.use_normalize_css %} {% filter compress %} {% endfilter %} {% endif %} {% endblock %} {% block foundationcss %} {% if theme.use_foundation %} {% filter compress %} {# FOUNDATION CSS #} {% endfilter %} {% endif %} {% endblock %} {% block stylesheets %}{% endblock %} {% block stylesheets_include %} {% include ['_stylesheets.html', 'theme/_stylesheets.html'] ignore missing %} {% endblock %} {% block lesscss %} {% if theme.use_lesscss %} {% if not settings.PREPROCESS_LESS %} {% if DEBUG %} {% endif %} {% endif %} {% endif %} {% endblock %} {% block scripts_top %}{% endblock %} {% block scripts_top_include %} {% include ['_scripts_top.html', 'theme/_scripts_top.html'] ignore missing %} {% endblock %} {% block modernizr %} {% if theme.use_modernizr %} {% endif %} {% endblock %} {% block jquery %} {% if theme.use_jquery -%} {%- endif %} {% endblock %} {%- block browsehappy -%} {%- endblock -%} {%- block body %}{% endblock -%} {% block foundation_js %} {% if theme.use_foundation -%} {% filter compress %} {% endfilter %} {%- endif %} {% endblock %} {% block scripts_bottom %}{% endblock %} {% block scripts_bottom_include %} {% include ['_scripts_bottom.html', 'theme/_scripts_bottom.html'] ignore missing %} {% endblock %}