{% 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.get_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.get_default_format() }}" extension and copy and paste in the content above.
{% endif %} {% endblock %} {% block javascript %} {% if type.get_default_format() == 'yaml' or type.get_default_format() == 'md' %} {% endif %} {% endblock %}