{% extends "base.html" %} {% block title %}{{ item_id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}
Go to the Github page to edit {{ item_data.git_filename }} and copy and paste in the content above.
{% else %}In the git repository, edit {{ item_data.git_filename }} and copy and paste in the content above.
{% endif %} {% endblock %} {% block javascript %} {% if item_data.format == 'yaml' %} {% endif %} {% endblock %}