{% extends "templates/base.html" %} {% from "www/macros/livecode.html" import LiveCodeEditor, LiveCodeEditorJS %} {% block title %}Sketches{% endblock %} {% block head_include %} {% endblock %} {% block content %} Recent Sketches {% for sketch in sketches %} {{ sketch.modified }} {{sketch.title}} By {{sketch.owner}} {% endfor %} {% endblock %}