{% extends "base.html" %} {% block title %}Edit {{ item.get_id() }} - {{ type.get_id() }}{% endblock %} {% block head %} {% if item.get_format() == 'md' and type.get_markdown_body_is_field() %} {% endif %} {% endblock %} {% block breadcrumbs %} > > > {% endblock %} {% block body %}
Go to the Github page to edit {{ item.get_git_filename() }} and copy and paste in the content above.
{% else %}In the git repository, edit {{ item.get_git_filename() }} and copy and paste in the content above.
{% endif %} {% endblock %} {% block javascript %} {% if item.get_format() == 'yaml' or item.get_format() == 'md' %} {% endif %} {% if item.get_format() == 'md' and type.get_markdown_body_is_field() %} {% endif %} {% endblock %}