{% 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 %}

My Projects

{% else %}

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.

{% endif %} {% comment %} {% if bookmark_list %}

Recently Bookmarked Docs (All My Bookmarks)

    {% include "core/bookmark_list_detailed.html" %}
{% endif %} {% endcomment %} {% endblock %}