{% extends "base.html" %} {% block title %}New {{ type.get_id() }}{% endblock %} {% block head %} {% if type.get_default_format() == 'md' and type.get_markdown_body_is_field() %} {% endif %} {% endblock %} {% block breadcrumbs %} Home > Type: {{ type.get_id() }} > New in Browser {% endblock %} {% block body %}

New {{ type.id }}

{% if type.get_default_format() == 'md' and type.get_markdown_body_is_field() %}
{% endif %}

How To Submit

{% if site.get_github_url() %}

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 %} {% if type.get_default_format() == 'md' and type.get_markdown_body_is_field() %} {% endif %} {% endblock %}