{% extends "base.html" %} {% import "_sheet.html" as sheet %} {% block title %}New Project - Makenotwork{% endblock %} {% block body_attrs %} class="padded-page"{% endblock %} {% block head %} {% call sheet::sheet("wizard.css") %}{% endcall %} {% endblock %} {% block content %} {% include "partials/site_header.html" %}
Name your project, set a URL name, and choose the tools you will use.