{% extends "templates/web.html" %} {% from "www/macros/profile.html" import profile %} {% block head_include %} {% endblock %} {% block page_content %} {{ profile(member.photo, member.full_name, abbr, "large")}} {{member.full_name}} Sketches Create a New Sketch {% if sketches %} {% for sketch in sketches %} {{ sketch.to_svg() }} {% endfor %} {% else %} You have not created any sketches. {% endif %} {% endblock %}
You have not created any sketches.