{% from "_helpers.html" import link_to %}
Theme Sandbox — {{ title }}
{% block head %}{% endblock head %}
Theme Sandbox
{{ link_to('Index', 'index') }} | {{ link_to('Archive', 'archive') }} | {{ link_to('About', 'about') }} | {{ link_to('Themes', 'themes') }}
{% block body %}{% endblock %}