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

New {{ type.id }}

How To Submit

{% if site_github_url %}

Go to the Github page to add a new file in {{ type.directory_in_git_repository }} and copy and paste in the content above.

{% else %}

In the git repository, create a new file in {{ type.directory_in_git_repository }} and copy and paste in the content above.

{% endif %} {% endblock %} {% block javascript %} {% endblock %}