{# Production Metas #} {% if env === 'production' -%} {# Open Garph Metas #} {% for og in meta.opengraph -%} {%- endfor %} {# Extras #} {% for mtag in meta.customs -%} {%- endfor %} {%- endif %} {{ meta.title + ' - ' + meta.subtitle }} {% block appicon -%} {%- endblock %} {% block stylesheets -%} {% if env === 'development' -%} {% for style in assets.styles -%} {%- endfor %} {% else -%} {%- endif %} {# Remove it when unused #} {%- endblock %} {% block header -%}{%- endblock %} {% block content -%}{%- endblock %} {% block footer -%}{%- endblock %} {% block javascripts -%} {% if env === 'development' -%} {% for script in assets.scripts -%} {%- endfor %} {% else -%} {%- endif %} {%- endblock %} {% if env === 'development' && !_noreload -%} {%- endif %} {% if env === 'production' -%} {%- endif %}