{% docs my_model_doc %}
My model is just a copy of the seed
{% enddocs %}

{% docs my_model_doc__id %}
The user ID number
{% enddocs %}

The following doc is never used, which should be fine.
{% docs my_model_doc__first_name %}
The user's first name (should not be shown!)
{% enddocs %}

This doc is referenced by its full name
{% docs my_model_doc__last_name %}
The user's last name
{% enddocs %}
