{% extends "views/layouts/base.html" %} {% block yield %} {% if isNewProject %}

Project created successfully

{% if !editor %} {% for editorName, editorPath in mavensmate.ui.getSupportedEditors() %} Open in {{ editorName|capitalize }} {% endfor %} {% endif %}
{% endif %}
Edit Project
Run Apex Unit Tests
Authentication
Deploy to Server
New Apex Class
New Lightning App
{% endblock %}