{% extends "projects/base_project.html" %} {% block title %}Pick a file to edit{% endblock %} {% block content-header %}

Pick a file to edit

{% endblock %} {% block editing-option-manage %}class="active"{% endblock %} {% block content %} {% for rstname, htmlname in files %}
  • {{ rstname }}
  • {% endfor %} {% endblock %}