{% extends "layouts/fura_shell.html" %}
{% block title %}{% if node %}{{ node.title }} · {% end %}{{ site_name }}{% end %}
{% block head %}
{% if canonical_url | default('') %}{% end %}
{% for href in docs_stylesheets() %}
{% endfor %}
{% end %}
{# Vanilla is fully usable without client scripts. #}
{% block scripts %}{% end %}
{% block shell %}
Skip to content{{ site_name }}
{% block page_root %}{% end %}
{% end %}