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