{% extends "dashboard/base_dashboard.html" %} {% block title %}Project Dashboard{% endblock %} {% block nav-dashboard %}class="active"{% endblock %} {% block dash-nav-projects %}active{% endblock %} {% block content %} {% if project_list %}
You don't have any projects. You can create new docs on the site, or import docs from a public repo.
Check out the Getting Started documentation for information about how to get going.