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

Edit {{ item.get_id() }} - {{ type.get_id() }}

How To Submit

{% if site.get_github_url() %}

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