{% extends "base.html" %} {% block title %}{{ item_id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}

Edit {{ item_id }} - {{ type.id }}

How To Submit

{% if site_github_url %}

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