{% set this = section | default(value = page | default(value = false)) %}
Graphite | {% block title %}{% endblock title %}
{% block rss %}
{% endblock %}
{% if this and this.extra.css %}
{% for css in this.extra.css %}
{% endfor %}
{% endif %}
{% block head %}{% endblock head %}
{% if this and this.extra.js %}
{% for js in this.extra.js %}
{% endfor %}
{% endif %}