{% extends "templates/base.html" %} {% from "www/macros/livecode.html" import LiveCodeEditor, LiveCodeEditorJS %} {% block title %}Sketches{% endblock %} {% block head_include %} {% endblock %} {% block content %}

Recent Sketches

Create a New Sketch
{% for sketch in sketches %}
{% endfor %}
{% endblock %} {% block style %} {{super()}} {% endblock %}