{% extends "repo_master.html" %} {% from "_formhelper.html" import render_field %} {% block title %}Edit - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %} {% block repo %}

{{ branchname }}/{% for file in filename.split('/') %} {% if loop.first %} {% set path = file %} {% else %} {% set path = path + '/' + file %} {% endif %} {% if loop.index != loop.length %}{{ file }}/{% else %}{{ file }}{% endif %} {% endfor %}

{{ form.csrf_token }}
{{ user.username | avatar(24) | safe }} {{ user.fullname }}
Branch: Existing branch
New branch
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}