{#! # SeaCMS 1.0.0-alpha.2 (https://git.defis.info/SeaCMS/seacms) # Licensed under EUPL (https://git.defis.info/SeaCMS/seacms/src/branch/master/LICENCE) #} {% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }} {% if meta.description %} {% endif %} {% if meta.robots %} {% endif %} {% if current_page %} {% endif %} {# Contact Form Scripts #} {% if index.contact.form.enabled and not index.contact.disabled and not single_page_mode %} {% endif %} {# User CSS & Fonts #} {% if index.css %} {% set stylesheets = index.css is iterable ? index.css : [index.css] %} {% for stylesheet in stylesheets %} {% endfor %} {% endif %} {% if index.fonts %} {% set fonts = index.fonts is iterable ? index.fonts : [index.fonts] %} {% for font in fonts %} {% endfor %} {% endif %} {# Open Graph #} {% if index.og_image %}{% endif %}