{% extends "base.html" %} {% block title %}{{ type.id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}
Go to the Github page to add a new file in {{ type.directory_in_git_repository }} with a "{{ type.default_format }}" extension and copy and paste in the content above.
{% else %}In the git repository, create a new file in {{ type.directory_in_git_repository }} with a "{{ type.default_format }}" extension and copy and paste in the content above.
{% endif %} {% endblock %} {% block javascript %} {% if type.default_format == 'yaml' %} {% endif %} {% endblock %}