{% from 'docutil.html' import code, avro_field, display_links %} Home
View json

Record {{ code(model.name) }}

{% if model.doc %}{{ model.doc|join|safe }}
{% endif %}

{{ avro_field(model, display_record_header=False) }} {% if model.links %}

Links

A {{ code(model.name) }} record may include the following links: {{ display_links(model.links) }}

{% endif %}